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 8285b10 commit b5d755b
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions NetElement/schema.json
Original file line number Diff line number Diff line change
@@ -1,52 +1,52 @@
{
"$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/NetElement",
"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/NetElement",
"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": [
"NetElement"
],
"description": "Property. NGSI data type. It has to be NetElement"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
"endIntrinsicCoordinate": {
"type": "number",
"description": "Property. End intrinsic coordinate"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"NetElement"
],
"description": "Property. NGSI data type. It has to be NetElement"
},
"endIntrinsicCoordinate": {
"type": "number",
"description": "Property. End intrinsic coordinate"
},
"startIntrinsicCoordinate": {
"type": "number",
"description": "Property. Start intrinsic coordinate"
},
"elementPart": {
"type": "string",
"format": "uri",
"description": "Relationship. Element part"
},
"hasImplementation": {
"type": "string",
"format": "uri",
"description": "Relationship. Has implementation"
}
}
"startIntrinsicCoordinate": {
"type": "number",
"description": "Property. Start intrinsic coordinate"
},
"elementPart": {
"type": "string",
"format": "uri",
"description": "Relationship. Element part"
},
"hasImplementation": {
"type": "string",
"format": "uri",
"description": "Relationship. Has implementation"
}
],
"required": [
"id",
"type"
],
"title": "NetElement + mapped from ERA ontology by Smart Data Models",
"description": "Base class for defining nodes in the connectivity graph representing the topological network."
}
}
],
"required": [
"id",
"type"
],
"title": "NetElement + mapped from ERA ontology by Smart Data Models",
"description": "Base class for defining nodes in the connectivity graph representing the topological network."
}

0 comments on commit b5d755b

Please sign in to comment.