Skip to content

Commit

Permalink
updated $schema last version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoabellagarcia committed Sep 18, 2024
1 parent b399113 commit 8b3166a
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions Feature/schema.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"$schema": "http://json-schema.org/schema#",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ERA/Certificate/schema.json",
"modelTags": "ERA vocabulary, railway, train",
"license": "https://smart-data-models.github.io/dataModel.ERA/Certificate/LICENSE.md",
"derivedFrom": "http://data.europa.eu/949/Feature",
"type": "object",
"allOf": [
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$schemaVersion": "0.0.1",
"$id": "https://smart-data-models.github.io/dataModel.ERA/Certificate/schema.json",
"modelTags": "ERA vocabulary, railway, train",
"license": "https://smart-data-models.github.io/dataModel.ERA/Certificate/LICENSE.md",
"derivedFrom": "http://data.europa.eu/949/Feature",
"type": "object",
"allOf": [
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"Feature"
],
"description": "Property. NGSI data type. It has to be Feature"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
"currentlyValid": {
"type": "boolean",
"description": "Property. Currently valid"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"Feature"
],
"description": "Property. NGSI data type. It has to be Feature"
},
"currentlyValid": {
"type": "boolean",
"description": "Property. Currently valid"
},
"length": {
"type": "number",
"description": "Property. Length"
}
}
"length": {
"type": "number",
"description": "Property. Length"
}
],
"required": [
"id",
"type"
],
"title": "Feature + mapped from ERA ontology by Smart Data Models",
"description": "Class that encompasses the features that are part of the physical infrastructure (class InfrastructureObject) and the topological objects (class TopologicalObject). It is a subclass of the geographical Feature class that has a spatial representation."
}
}
],
"required": [
"id",
"type"
],
"title": "Feature + mapped from ERA ontology by Smart Data Models",
"description": "Class that encompasses the features that are part of the physical infrastructure (class InfrastructureObject) and the topological objects (class TopologicalObject). It is a subclass of the geographical Feature class that has a spatial representation."
}

0 comments on commit 8b3166a

Please sign in to comment.