Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion conceptual_model/field-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,17 @@

| Name | Type | Required | Format
| ------------------|----------|----------|---------------------------------
| value | string | yes | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
| value | string | yes | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) ▶️ YYYY-MM-DD
| source | string | no | any
| certificationDate | string | no | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)

### Datetime field

| Name | Type | Required | Format
| ------------------|----------|----------|---------------------------------
| value | string | yes | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) ▶️ YYYY-MM-DDThh:mm:ss
| source | string | no | any
| certificationDate | string | no | [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)

### Email field

Expand Down