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 2a6c3f3 commit 7c289b9
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions Certificate/schema.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"$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/Certificate",
"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/Certificate",
"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": [
"Certificate"
],
"description": "Property. NGSI data type. It has to be Certificate"
},
{
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
},
{
"properties": {
"type": {
"type": "string",
"enum": [
"Certificate"
],
"description": "Property. NGSI data type. It has to be Certificate"
},
"state": {
"type": "string",
"format": "uri",
"description": "Relationship. State"
}
}
"state": {
"type": "string",
"format": "uri",
"description": "Relationship. State"
}
],
"required": [
"id",
"type"
],
"title": "Certificate + mapped from ERA ontology by Smart Data Models",
"description": ""
}
}
],
"required": [
"id",
"type"
],
"title": "Certificate + mapped from ERA ontology by Smart Data Models",
"description": ""
}

0 comments on commit 7c289b9

Please sign in to comment.