adiwg-mdjson_schemas 2.8.0.pre.beta2 → 2.8.0.pre.beta6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/metadata.json +2 -1
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +1 -1
- data/package.json +1 -1
- data/schema/conformanceResult.json +27 -0
- data/schema/coverageResult.json +35 -0
- data/schema/dataQuality.json +33 -0
- data/schema/dataQualityReport.json +21 -0
- data/schema/descriptiveResult.json +21 -0
- data/schema/evaluationMethod.json +45 -0
- data/schema/metadata.json +8 -0
- data/schema/qualityMeasure.json +24 -0
- data/schema/quantitativeResult.json +30 -0
- data/schema/schema.json +1 -1
- data/schema/standaloneQualityReport.json +24 -0
- metadata +11 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ef08f050d6fbbf35abce7adc8a15f6b6b2924973cf8a282c00c9b3faeda8cdc6
|
4
|
+
data.tar.gz: 6f828d62f5f191827fb43ec130e340516f537f10cb953514e6341d73e2633928
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8f1312ab45328c367a16bc7ba599f90e3c36bcbd5c70fd0bca1d5dcde1ade53408425a61ffa73a7e6a0562db3c417c8deb1adfa99ae4d3a422f892234e7f9bea
|
7
|
+
data.tar.gz: 142adc494424de7fc9c1e3998ec9d5617bac566f0482ece0252924aba93b34ac50d831ff941492fde0b1f85278cd3374f34480106c82fdfe00f01b6a5183cf82
|
data/examples/metadata.json
CHANGED
data/package-lock.json
CHANGED
data/package.json
CHANGED
@@ -0,0 +1,27 @@
|
|
1
|
+
{
|
2
|
+
"id": "conformanceResult.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/conformanceResult.json",
|
6
|
+
"description": "Information about the outcome of evaluating the obtained value (or set of values) against a specified acceptable conformance quality level",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > conformanceResult"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"dateTime": {
|
12
|
+
"type": "string"
|
13
|
+
},
|
14
|
+
"scope": {
|
15
|
+
"$ref": "./scope.json#"
|
16
|
+
},
|
17
|
+
"specification": {
|
18
|
+
"$ref": "./citation.json#"
|
19
|
+
},
|
20
|
+
"explanation": {
|
21
|
+
"type": "string"
|
22
|
+
},
|
23
|
+
"pass": {
|
24
|
+
"type": "boolean"
|
25
|
+
}
|
26
|
+
}
|
27
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
{
|
2
|
+
"id": "coverageResult.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"description": "",
|
6
|
+
"translation": {
|
7
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > coverageResult"]
|
8
|
+
},
|
9
|
+
"properties": {
|
10
|
+
"dateTime": {
|
11
|
+
"type": "string"
|
12
|
+
},
|
13
|
+
"scope": {
|
14
|
+
"$ref": "./scope.json#"
|
15
|
+
},
|
16
|
+
"spatialRepresentationType": {
|
17
|
+
"type": "string"
|
18
|
+
},
|
19
|
+
"spatialRepresentation": {
|
20
|
+
"$ref": "./spatialRepresentation.json#"
|
21
|
+
},
|
22
|
+
"resultContent": {
|
23
|
+
"type": "array",
|
24
|
+
"items": {
|
25
|
+
"type": "string"
|
26
|
+
}
|
27
|
+
},
|
28
|
+
"resourceFormat": {
|
29
|
+
"type": "string"
|
30
|
+
},
|
31
|
+
"resultFile": {
|
32
|
+
"type": "string"
|
33
|
+
}
|
34
|
+
}
|
35
|
+
}
|
@@ -0,0 +1,33 @@
|
|
1
|
+
{
|
2
|
+
"id": "dataQuality.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/dataQuality.json",
|
6
|
+
"description": "Details about data quality.",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality"]
|
9
|
+
},
|
10
|
+
"additionalProperties": true,
|
11
|
+
"properties": {
|
12
|
+
"scope": {
|
13
|
+
"description": "scope of data quality report",
|
14
|
+
"translation": {
|
15
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > scope"]
|
16
|
+
},
|
17
|
+
"$ref": "./scope.json#"
|
18
|
+
},
|
19
|
+
"standaloneQualityReport": {
|
20
|
+
"description": "data quality report in plain written form",
|
21
|
+
"translation": {
|
22
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > standaloneQualityReport"]
|
23
|
+
},
|
24
|
+
"$ref": "./standaloneQualityReport.json#"
|
25
|
+
},
|
26
|
+
"report": {
|
27
|
+
"type": "array",
|
28
|
+
"items": {
|
29
|
+
"$ref": "./dataQualityReport.json#"
|
30
|
+
}
|
31
|
+
}
|
32
|
+
}
|
33
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"id": "dataQualityReport.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/dataQualityReport.json",
|
6
|
+
"description": "Details about data quality.",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > standaloneQualityReport"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"qualityMeasure": {
|
12
|
+
"$ref": "./qualityMeasure.json#"
|
13
|
+
},
|
14
|
+
"conformanceResult": {
|
15
|
+
"type": "array",
|
16
|
+
"items": {
|
17
|
+
"$ref": "./conformanceResult.json#"
|
18
|
+
}
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
{
|
2
|
+
"id": "descriptiveResult.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/descriptiveResult.json",
|
6
|
+
"description": "",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > descriptiveResult"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"dateTime": {
|
12
|
+
"type": "string"
|
13
|
+
},
|
14
|
+
"scope": {
|
15
|
+
"$ref": "./scope.json#"
|
16
|
+
},
|
17
|
+
"statement": {
|
18
|
+
"type": "string"
|
19
|
+
}
|
20
|
+
}
|
21
|
+
}
|
@@ -0,0 +1,45 @@
|
|
1
|
+
{
|
2
|
+
"id": "evaluationMethod.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/evaluationMethod.json",
|
6
|
+
"description": "",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > evaluationMethod"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"type": {
|
12
|
+
"type": "string"
|
13
|
+
},
|
14
|
+
"dateTime": {
|
15
|
+
"type": "string"
|
16
|
+
},
|
17
|
+
"methodDescription": {
|
18
|
+
"type": "string"
|
19
|
+
},
|
20
|
+
"evaluationProcedure": {
|
21
|
+
"$ref": "./citation.json#"
|
22
|
+
},
|
23
|
+
"referenceDocument": {
|
24
|
+
"type": "array",
|
25
|
+
"items": {
|
26
|
+
"$ref": "./citation.json#"
|
27
|
+
}
|
28
|
+
},
|
29
|
+
"evaluationMethodType": {
|
30
|
+
"type": "string"
|
31
|
+
},
|
32
|
+
"deductiveSource": {
|
33
|
+
"type": "string"
|
34
|
+
},
|
35
|
+
"samplingScheme": {
|
36
|
+
"type": "string"
|
37
|
+
},
|
38
|
+
"lotDescription": {
|
39
|
+
"type": "string"
|
40
|
+
},
|
41
|
+
"samplingRatio": {
|
42
|
+
"type": "string"
|
43
|
+
}
|
44
|
+
}
|
45
|
+
}
|
data/schema/metadata.json
CHANGED
@@ -21,6 +21,14 @@
|
|
21
21
|
},
|
22
22
|
"$ref": "resourceInfo.json#"
|
23
23
|
},
|
24
|
+
"dataQuality": {
|
25
|
+
"type": "array",
|
26
|
+
"desription": "data quality",
|
27
|
+
"translation": {},
|
28
|
+
"items": {
|
29
|
+
"$ref": "./dataQuality.json#"
|
30
|
+
}
|
31
|
+
},
|
24
32
|
"resourceLineage": {
|
25
33
|
"type": "array",
|
26
34
|
"description": "Information on the history of the resource.",
|
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"id": "qualityMeasure.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/qualityMeasure.json",
|
6
|
+
"description": "Reference to the measure used",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality >"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"identifier": {
|
12
|
+
"$ref": "./identifier.json#"
|
13
|
+
},
|
14
|
+
"name": {
|
15
|
+
"type": "array",
|
16
|
+
"items": {
|
17
|
+
"type": "string"
|
18
|
+
}
|
19
|
+
},
|
20
|
+
"description": {
|
21
|
+
"type": "string"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
@@ -0,0 +1,30 @@
|
|
1
|
+
{
|
2
|
+
"id": "quantitativeResult.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/quantitativeResult.json",
|
6
|
+
"description": "",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > Report > quantitativeResult"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"dateTime": {
|
12
|
+
"type": "string"
|
13
|
+
},
|
14
|
+
"scope": {
|
15
|
+
"$ref": "./scope.json#"
|
16
|
+
},
|
17
|
+
"value": {
|
18
|
+
"type": "array",
|
19
|
+
"items": {
|
20
|
+
"type": "number"
|
21
|
+
}
|
22
|
+
},
|
23
|
+
"valueUnits": {
|
24
|
+
"type": "string"
|
25
|
+
},
|
26
|
+
"valueRecordType": {
|
27
|
+
"type": "string"
|
28
|
+
}
|
29
|
+
}
|
30
|
+
}
|
data/schema/schema.json
CHANGED
@@ -0,0 +1,24 @@
|
|
1
|
+
{
|
2
|
+
"id": "standaloneQualityReport.json#",
|
3
|
+
"$schema": "http://json-schema.org/draft-04/schema#",
|
4
|
+
"type": "object",
|
5
|
+
"example": "../examples/standaloneQualityReport.json",
|
6
|
+
"description": "Details about data quality.",
|
7
|
+
"translation": {
|
8
|
+
"ISO 19115-2": ["MI_Metadata > DQ_DataQuality > standaloneQualityReport"]
|
9
|
+
},
|
10
|
+
"properties": {
|
11
|
+
"reportReference": {
|
12
|
+
"translation": {
|
13
|
+
"ISO 19115-2": ["DQ_DataQuality > standaloneQualityReport > reportReference"]
|
14
|
+
},
|
15
|
+
"$ref": "./citation.json#"
|
16
|
+
},
|
17
|
+
"abstract": {
|
18
|
+
"translation": {
|
19
|
+
"ISO 19115-2": ["DQ_DataQuality > standaloneQualityReport > abstract"]
|
20
|
+
},
|
21
|
+
"type": "string"
|
22
|
+
}
|
23
|
+
}
|
24
|
+
}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: adiwg-mdjson_schemas
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.8.0.pre.
|
4
|
+
version: 2.8.0.pre.beta6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bradley, Stan Smith
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2023-01-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -207,15 +207,21 @@ files:
|
|
207
207
|
- schema/bbox.json
|
208
208
|
- schema/citation.json
|
209
209
|
- schema/common.json
|
210
|
+
- schema/conformanceResult.json
|
210
211
|
- schema/constraint.json
|
211
212
|
- schema/contact.json
|
212
213
|
- schema/coverageDescription.json
|
214
|
+
- schema/coverageResult.json
|
213
215
|
- schema/dataDictionary.json
|
216
|
+
- schema/dataQuality.json
|
217
|
+
- schema/dataQualityReport.json
|
218
|
+
- schema/descriptiveResult.json
|
214
219
|
- schema/distribution.json
|
215
220
|
- schema/distributor.json
|
216
221
|
- schema/domain.json
|
217
222
|
- schema/entity.json
|
218
223
|
- schema/entityAttribute.json
|
224
|
+
- schema/evaluationMethod.json
|
219
225
|
- schema/extent.json
|
220
226
|
- schema/format.json
|
221
227
|
- schema/funding.json
|
@@ -242,6 +248,8 @@ files:
|
|
242
248
|
- schema/onlineResource.json
|
243
249
|
- schema/orderProcess.json
|
244
250
|
- schema/projection.json
|
251
|
+
- schema/qualityMeasure.json
|
252
|
+
- schema/quantitativeResult.json
|
245
253
|
- schema/referenceSystemParameterSet.json
|
246
254
|
- schema/releasability.json
|
247
255
|
- schema/resourceInfo.json
|
@@ -252,6 +260,7 @@ files:
|
|
252
260
|
- schema/spatialReference.json
|
253
261
|
- schema/spatialRepresentation.json
|
254
262
|
- schema/spatialResolution.json
|
263
|
+
- schema/standaloneQualityReport.json
|
255
264
|
- schema/taxonomy.json
|
256
265
|
- schema/temporalExtent.json
|
257
266
|
- schema/timeInstant.json
|