Sha256: 0517aebb0e28e9f828d3cda86d58233ff35520d1781f753864be98f485a197db
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "timeInstant.json#", "type": "object", "example": "", "required": ["dateTime"], "additionalProperties": true, "properties": { "id": { "type": "string", "description": "A unique identifier for the timeInstant.", "translation": { "ISO 19115-2": ["EX_TemporalExtent > extent > TimeInstant @id"] } }, "identifier": { "$ref": "./identifier.json#", "description": "Identifier assigned to the timeInstant.", "example": "" }, "description": { "type": "string", "description": "A brief description providing relevant information about the date and time.", "translation": { "ISO 19115-2": ["EX_TemporalExtent > extent > TimeInstant > description"] } }, "instantName": { "type": "array", "title": "", "description": "Name of the timeInstant", "example": "", "translation": {}, "items": { "type": "string" } }, "dateTime": { "translation": { "ISO 19115-2": ["EX_TemporalExtent > extent > TimeInstant > timePosition"] }, "$ref": "common.json#/definitions/date" } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
adiwg-mdjson_schemas-2.0.0.pre.alpha.1 | schema/timeInstant.json |
adiwg-mdjson_schemas-2.0.0.pre.alpha | schema/timeInstant.json |