Skip to content

Commit

Permalink
Merge pull request #28 from josephdangerstewart/document-datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
ejball authored Nov 8, 2023
2 parents 0c66056 + cbdf028 commit 4b03243
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion define/fsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Fields are generally optional, i.e. they may or may not store a value.
The following primitive field types are supported:

* `string`: A string of zero or more Unicode characters.
* `datetime`: An ISO 8601 UTC datetime string with an uppercase `T`, `Z`, no fractional seconds, and no time offset.
* `boolean`: A Boolean value, i.e. true or false.
* `double`: A double-precision floating-point number.
* `int32`: A 32-bit signed integer.
Expand Down Expand Up @@ -225,7 +226,7 @@ data Address
countryCode: string;
}
date PhoneNumber
data PhoneNumber
{
[validate] // only 'mobile', 'work', and 'home' are valid
line: Line,
Expand Down

0 comments on commit 4b03243

Please sign in to comment.