
org.opengis.cite.geopose10.jsonschema.GeoPose.Composite.Sequence.StreamElement.Schema.json Maven / Gradle / Ivy
{
"$schema": "https://json-schema.org/draft/2019-09/schema",
"description": "Stream Element: The repeated information streamed at irregular times.",
"definitions": {
"FrameAndTime": {
"type": "object",
"properties": {
"frame": {
"$ref": "#/definitions/FrameSpecification"
},
"validTime": {
"type": "integer"
}
},
"required": [
"frame"
]
},
"FrameSpecification": {
"type": "object",
"properties": {
"authority": {
"type": "string"
},
"id": {
"type": "string"
},
"parameters": {
"type": "string"
}
},
"required": [
"authority",
"id",
"parameters"
]
}
},
"type": "object",
"properties": {
"streamElement": {
"$ref": "#/definitions/FrameAndTime"
}
},
"required": [
"streamElement"
]
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy