Skip to content

Commit c9bc68a

Browse files
doc: fix typo in declaration column (#212)
* doc: fix typo in declaration column * doc: style: table column indent
1 parent 636dadd commit c9bc68a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

document-ui-sdk/ui-data-types/documents-user-interface-data-types.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Take a look at the [**Document UI SDK Playground**](https://documents-ui-playgro
1717

1818
The table below lists the basic data types supported and their specifications.
1919

20-
| **Data type** | **Declaration** | **Example** |
21-
| ------------- | ---------------- | ----------------------------------------------- |
22-
| Boolean | `"xsd:boolean"` | `"active": "xsd:boolean"` |
23-
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
24-
| Enum | `"@type: "Enum"` | `"@values": ["red", "blue", "yellow", "green"]` |
25-
| Integer | `"xsd:integer"` | `"age": "xsd:integer"` |
26-
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
27-
| String | `"xsd:string"` | `"name": "xsd:string"` |
28-
| Temporal | `"xsd:dateTime"` | `"DOB": "xsd:dateTime"` |
20+
| **Data type** | **Declaration** | **Example** |
21+
| ------------- | ----------------- | ----------------------------------------------- |
22+
| Boolean | `"xsd:boolean"` | `"active": "xsd:boolean"` |
23+
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
24+
| Enum | `"@type": "Enum"` | `"@values": ["red", "blue", "yellow", "green"]` |
25+
| Integer | `"xsd:integer"` | `"age": "xsd:integer"` |
26+
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
27+
| String | `"xsd:string"` | `"name": "xsd:string"` |
28+
| Temporal | `"xsd:dateTime"` | `"DOB": "xsd:dateTime"` |
2929

3030
### Data value optionality
3131
If a property in the Form is displayed with a (Required) tab, that means the property is mandatory & has to be filled in order to submit the form. To define a property as optional, use the `"@type": "Optional"` declaration meaning the property is optional.

document-ui-sdk/use-the-document-ui-sdk/ui-sdk-data-types/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Take a look at the [**Document UI SDK Playground**](https://documents-ui-playgro
1818

1919
The table below lists the basic data types supported and their specifications.
2020

21-
| **Data type** | **Declaration** | **Example** |
22-
| ------------- | ---------------- | ----------------------------------------------- |
23-
| Boolean | `"xsd:boolean"` | `"active": "xsd:boolean"` |
24-
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
25-
| Enum | `"@type: "Enum"` | `"@values": ["red", "blue", "yellow", "green"]` |
26-
| Integer | `"xsd:integer"` | `"age": "xsd:integer"` |
27-
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
28-
| String | `"xsd:string"` | `"name": "xsd:string"` |
29-
| Temporal | `"xsd:dateTime"` | `"DOB": "xsd:dateTime"` |
21+
| **Data type** | **Declaration** | **Example** |
22+
| ------------- | ----------------- | ----------------------------------------------- |
23+
| Boolean | `"xsd:boolean"` | `"active": "xsd:boolean"` |
24+
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
25+
| Enum | `"@type": "Enum"` | `"@values": ["red", "blue", "yellow", "green"]` |
26+
| Integer | `"xsd:integer"` | `"age": "xsd:integer"` |
27+
| Decimal | `"xsd:decimal"` | `"age": "xsd:decimal"` |
28+
| String | `"xsd:string"` | `"name": "xsd:string"` |
29+
| Temporal | `"xsd:dateTime"` | `"DOB": "xsd:dateTime"` |
3030

3131
#### Data value optionality
3232

0 commit comments

Comments
 (0)