1
1
{
2
- "$schema" : " http://json-schema.org/schema#" ,
3
- "modelTags" : " " ,
4
- "$id" : " https://raw.githubusercontent.com/smart-data-models/dataModel.SatelliteImagery/master/EOAnalysis/schema.json" ,
5
- "title" : " Satellite Imagery - EOAnalysis" ,
6
- "description" : " This entity contains a harmonised description of a generic EOAnalysis made for the Satellite Imagerry domain. This entity is primarily associated with the process of analysis of Earth Observation 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/EOAnalysis/schema.json" ,
5
+ "title" : " Satellite Imagery - EOAnalysis" ,
6
+ "description" : " This entity contains a harmonised description of a generic EOAnalysis made for the Satellite Imagerry domain. This entity is primarily associated with the process of analysis of Earth Observation 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
+ "$ref" : " https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
14
+ },
15
+ {
16
+ "properties" : {
17
+ "type" : {
18
+ "type" : " string" ,
19
+ "description" : " Property. NGSI-LD Entity Type. It must be equal to EOAnalysis" ,
20
+ "enum" : [
21
+ " EOAnalysis"
22
+ ]
11
23
},
12
- {
13
- "$ref" : " https://smart-data-models.github.io/data-models/common-schema.json#/definitions/Location-Commons"
24
+ "analyzedAt" : {
25
+ "type" : " string" ,
26
+ "format" : " date-time" ,
27
+ "description" : " Property. Model:'https://schema.org/Time'. The time at which the analysis finished"
14
28
},
15
- {
16
- "properties" : {
17
- "type" : {
18
- "type" : " string" ,
19
- "description" : " Property. NGSI-LD Entity Type. It must be equal to EOAnalysis" ,
20
- "enum" : [
21
- " EOAnalysis"
22
- ]
23
- },
24
- "analyzedAt" : {
25
- "type" : " string" ,
26
- "format" : " date-time" ,
27
- "description" : " Property. Model:'https://schema.org/Time'. The time at which the analysis finished"
28
- },
29
- "provider" : {
30
- "type" : " string" ,
31
- "description" : " Property. Model:'https://schema.org/Text'. The provider of the algorithm"
32
- },
33
- "resultDescription" : {
34
- "type" : " string" ,
35
- "description" : " Property. The description of the analysis outcome"
36
- },
37
- "analysisType" : {
38
- "type" : " string" ,
39
- "description" : " Property. Entity's type of analysis applied"
40
- },
41
- "isAnalysisOf" : {
42
- "type" : " string" ,
43
- "format" : " uri" ,
44
- "description" : " Relationship. The ID of the product that was used in the analysis"
45
- }
46
- }
29
+ "provider" : {
30
+ "type" : " string" ,
31
+ "description" : " Property. Model:'https://schema.org/Text'. The provider of the algorithm"
32
+ },
33
+ "resultDescription" : {
34
+ "type" : " string" ,
35
+ "description" : " Property. The description of the analysis outcome"
36
+ },
37
+ "analysisType" : {
38
+ "type" : " string" ,
39
+ "description" : " Property. Entity's type of analysis applied"
40
+ },
41
+ "isAnalysisOf" : {
42
+ "type" : " string" ,
43
+ "format" : " uri" ,
44
+ "description" : " Relationship. The ID of the product that was used in the analysis"
47
45
}
48
- ],
49
- "required" : [
50
- " id" ,
51
- " type" ,
52
- " analysisType" ,
53
- " provider"
54
- ],
55
- "$schemaVersion" : " 0.0.1"
46
+ }
47
+ }
48
+ ],
49
+ "required" : [
50
+ " id" ,
51
+ " type" ,
52
+ " analysisType" ,
53
+ " provider"
54
+ ],
55
+ "$schemaVersion" : " 0.0.1"
56
56
}
0 commit comments