Date
A date encoded as a ISO 8601 string.
This type serves mainly to disambiguate an ISO 8601 date string from a plain string. It should generally be used instead of a date formatted string.
Properties​
Name | @id | Type | Description | Inherited from |
---|---|---|---|---|
value | schema:value | Format 'date-time' or Format 'date' or string | The date as an ISO 8601 string. | Date |
id | schema:id | string | The identifier for this item. | Entity |
meta | stencila:meta | object | Metadata associated with this item. | Entity |
Related​
- Parent: Entity
- Descendants: None
Available as​
- JSON-LD
- JSON Schema
- Python
class Date
- TypeScript
interface Date
- R
class Date
- Rust
struct Date
Source​
This documentation was generated from Date.schema.yaml.