Skip to content

Commit e4132bd

Browse files
updated $schema last version
1 parent 79b9b9a commit e4132bd

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

EODataHub/schema.json

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
{
2-
"$schema": "http://json-schema.org/schema#",
3-
"modelTags": "",
4-
"$id": "https://raw.githubusercontent.com/smart-data-models/dataModel.SatelliteImagery/master/EODataHub/schema.json",
5-
"title": "Satellite Imagery - EODataHub",
6-
"description": "This entity contains a harmonised description of a generic EOInstrument made for the Satellite Imagerry domain. This entity is primarily associated with the data hub related to Earth Observation Analysis applications.",
7-
"type": "object",
8-
"allOf": [
9-
{
10-
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
2+
"$schema": "https://json-schema.org/draft/2020-12/schema",
3+
"modelTags": "",
4+
"$id": "https://raw.githubusercontent.com/smart-data-models/dataModel.SatelliteImagery/master/EODataHub/schema.json",
5+
"title": "Satellite Imagery - EODataHub",
6+
"description": "This entity contains a harmonised description of a generic EOInstrument made for the Satellite Imagerry domain. This entity is primarily associated with the data hub related to Earth Observation Analysis applications.",
7+
"type": "object",
8+
"allOf": [
9+
{
10+
"$ref": "https://smart-data-models.github.io/data-models/common-schema.json#/definitions/GSMA-Commons"
11+
},
12+
{
13+
"properties": {
14+
"type": {
15+
"type": "string",
16+
"description": "Property. NGSI-LD Entity Type. It must be equal to EODataHub",
17+
"enum": [
18+
"EODataHub"
19+
]
1120
},
12-
{
13-
"properties": {
14-
"type": {
15-
"type": "string",
16-
"description": "Property. NGSI-LD Entity Type. It must be equal to EODataHub",
17-
"enum": [
18-
"EODataHub"
19-
]
20-
},
21-
"dataHubName": {
22-
"type": "string",
23-
"description": "Property. Model:'https://schema.org/Text'. A mandatory text string used to declare the name of the used data hub"
24-
},
25-
"dataHubURL": {
26-
"type": "string",
27-
"description": "Property. Model:'https://schema.org/url'. A mandatory text string used to declare the url of the used data hub"
28-
}
29-
}
21+
"dataHubName": {
22+
"type": "string",
23+
"description": "Property. Model:'https://schema.org/Text'. A mandatory text string used to declare the name of the used data hub"
24+
},
25+
"dataHubURL": {
26+
"type": "string",
27+
"description": "Property. Model:'https://schema.org/url'. A mandatory text string used to declare the url of the used data hub"
3028
}
31-
],
32-
"required": [
33-
"id",
34-
"type"
35-
],
36-
"$schemaVersion": "0.0.1"
29+
}
30+
}
31+
],
32+
"required": [
33+
"id",
34+
"type"
35+
],
36+
"$schemaVersion": "0.0.1"
3737
}

0 commit comments

Comments
 (0)