adiwg-mdjson_schemas 2.8.0.pre.beta → 2.8.0.pre.beta2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/package-lock.json +1 -1
- data/package.json +1 -1
- data/schema/attribute.json +8 -7
- data/schema/contact.json +11 -10
- data/schema/georectifiedRepresentation.json +13 -9
- data/schema/georeferenceableRepresentation.json +13 -9
- data/schema/gridRepresentation.json +13 -9
- data/schema/vectorRepresentation.json +13 -9
- data/yarn.lock +8 -8
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b8359a60dd91199eb26c0f43d946579c014ff419fd4e1c0b5613a43944f68990
|
4
|
+
data.tar.gz: 4a5ac0a042d999d91f04b572dfd79f3ce608742beb622289b6bb23acbf2530cd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 358f74e1ddf17f0d66e355b0a11b16347d7d606f7965ba5930536d0b67ef4bc69361f3ebfff0985d0baa4f18cdb20928914f72abde992eb68cce6e1e89d1f5be
|
7
|
+
data.tar.gz: a5c320cb5a0a2c1b43b6fc2119d2dc9dc8eab805bea2ec3f81e673d553d7343ebcf1eb471fca7a627880aa4e257f14bd3feb566e359b840366e00e52c45d509e
|
data/package-lock.json
CHANGED
data/package.json
CHANGED
data/schema/attribute.json
CHANGED
@@ -71,13 +71,6 @@
|
|
71
71
|
"ISO 19115-2": ["MI_CoverageDescription > gmd:dimension > gmd:MD_Band > gmd:scaleFactor > gco:Real"]
|
72
72
|
}
|
73
73
|
},
|
74
|
-
"rangeElementDescriptions": {
|
75
|
-
"type": "array",
|
76
|
-
"description": "Provides definitions and values for range elements such as missing data or other flags associated with an MD_SampleDimension.",
|
77
|
-
"translation": {
|
78
|
-
"ISO 19115-1": ["mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"]
|
79
|
-
}
|
80
|
-
},
|
81
74
|
"offset": {
|
82
75
|
"type": "number",
|
83
76
|
"description": "The physical value corresponding to an attribute value of zero.",
|
@@ -107,6 +100,14 @@
|
|
107
100
|
"ISO 19115-2": ["MI_CoverageDescription > gmd:dimension > gmd:MD_Band > gmd:bitsPerValue > gco:Integer"]
|
108
101
|
}
|
109
102
|
},
|
103
|
+
"rangeElementDescription": {
|
104
|
+
"type": "array",
|
105
|
+
"description": "Provides definitions and values for range elements such as missing data or other flags associated with an MD_SampleDimension.",
|
106
|
+
"translation": {
|
107
|
+
"ISO 19115-1": ["mrc:MD_CoverageDescription > mrc:attributeGroup > mrc:attribute > mrc:MD_SampleDimension"],
|
108
|
+
"FGDC CSDGM": ["no translation"]
|
109
|
+
}
|
110
|
+
},
|
110
111
|
"boundMin": {
|
111
112
|
"type": "number",
|
112
113
|
"description": "The shortest wavelength that the sensor is capable of collecting within a designated band."
|
data/schema/contact.json
CHANGED
@@ -32,6 +32,17 @@
|
|
32
32
|
]
|
33
33
|
}
|
34
34
|
},
|
35
|
+
"externalIdentifier": {
|
36
|
+
"type": "array",
|
37
|
+
"description": "IIdentifier for a contact, such as ORCID iD or ROR",
|
38
|
+
"translation": {
|
39
|
+
"ISO 19115-1": ["CI_ResponsibleParty > partyIdentifier"],
|
40
|
+
"FGDC CSDGM": ["no translation"]
|
41
|
+
},
|
42
|
+
"items": {
|
43
|
+
"$ref": "identifier.json#"
|
44
|
+
}
|
45
|
+
},
|
35
46
|
"positionName": {
|
36
47
|
"type": "string",
|
37
48
|
"description": "Role or position of the person, usually within a given organization.",
|
@@ -89,16 +100,6 @@
|
|
89
100
|
},
|
90
101
|
"uniqueItems": true
|
91
102
|
},
|
92
|
-
"externalIdentifiers": {
|
93
|
-
"type": "array",
|
94
|
-
"description": "External Party Identifiers for the contact.",
|
95
|
-
"translation": {
|
96
|
-
"ISO 19115-1": ["CI_ResponsibleParty > partyIdentifier"]
|
97
|
-
},
|
98
|
-
"items": {
|
99
|
-
"$ref": "identifier.json#"
|
100
|
-
}
|
101
|
-
},
|
102
103
|
"onlineResource": {
|
103
104
|
"type": "array",
|
104
105
|
"description": "Information about accessing on-line resources and services. This may be a website, profile page, GitHub page, etc. related to the contact.",
|
@@ -8,6 +8,19 @@
|
|
8
8
|
"required": ["gridRepresentation", "checkPointAvailable", "cornerPoints", "pointInPixel"],
|
9
9
|
"additionalProperties": true,
|
10
10
|
"properties": {
|
11
|
+
"scope": {
|
12
|
+
"type": "array",
|
13
|
+
"minItems": 0,
|
14
|
+
"description": "Level and extent of the spatial representation",
|
15
|
+
"translation": {
|
16
|
+
"ISO 19115-1": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
17
|
+
"ISO 19115-2": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
18
|
+
"FGDC CSDGM": ["no translation"]
|
19
|
+
},
|
20
|
+
"items": {
|
21
|
+
"$ref": "./scope.json#"
|
22
|
+
}
|
23
|
+
},
|
11
24
|
"gridRepresentation": {
|
12
25
|
"$ref": "./gridRepresentation.json#"
|
13
26
|
},
|
@@ -64,15 +77,6 @@
|
|
64
77
|
"type": "string",
|
65
78
|
"description": "Point in a pixel corresponding to the Earth location of the pixel.",
|
66
79
|
"translation": {}
|
67
|
-
},
|
68
|
-
"scope": {
|
69
|
-
"type": "array",
|
70
|
-
"minItems": 0,
|
71
|
-
"description": "",
|
72
|
-
"translation": {},
|
73
|
-
"items": {
|
74
|
-
"$ref": "#/definitions/scope"
|
75
|
-
}
|
76
80
|
}
|
77
81
|
},
|
78
82
|
"definitions": {
|
@@ -8,6 +8,19 @@
|
|
8
8
|
"required": ["gridRepresentation", "controlPointAvailable", "orientationParameterAvailable", "georeferencedParameter"],
|
9
9
|
"additionalProperties": true,
|
10
10
|
"properties": {
|
11
|
+
"scope": {
|
12
|
+
"type": "array",
|
13
|
+
"minItems": 0,
|
14
|
+
"description": "Level and extent of the spatial representation",
|
15
|
+
"translation": {
|
16
|
+
"ISO 19115-1": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
17
|
+
"ISO 19115-2": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
18
|
+
"FGDC CSDGM": ["no translation"]
|
19
|
+
},
|
20
|
+
"items": {
|
21
|
+
"$ref": "./scope.json#"
|
22
|
+
}
|
23
|
+
},
|
11
24
|
"gridRepresentation": {
|
12
25
|
"$ref": "./gridRepresentation.json#"
|
13
26
|
},
|
@@ -41,15 +54,6 @@
|
|
41
54
|
"items": {
|
42
55
|
"$ref": "./citation.json#"
|
43
56
|
}
|
44
|
-
},
|
45
|
-
"scope": {
|
46
|
-
"type": "array",
|
47
|
-
"minItems": 0,
|
48
|
-
"description": "",
|
49
|
-
"translation": {},
|
50
|
-
"items": {
|
51
|
-
"$ref": "#/definitions/scope"
|
52
|
-
}
|
53
57
|
}
|
54
58
|
}
|
55
59
|
}
|
@@ -10,6 +10,19 @@
|
|
10
10
|
"required": ["numberOfDimensions", "cellGeometry", "dimension"],
|
11
11
|
"additionalProperties": true,
|
12
12
|
"properties": {
|
13
|
+
"scope": {
|
14
|
+
"type": "array",
|
15
|
+
"minItems": 0,
|
16
|
+
"description": "Level and extent of the spatial representation",
|
17
|
+
"translation": {
|
18
|
+
"ISO 19115-1": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
19
|
+
"ISO 19115-2": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
20
|
+
"FGDC CSDGM": ["no translation"]
|
21
|
+
},
|
22
|
+
"items": {
|
23
|
+
"$ref": "./scope.json#"
|
24
|
+
}
|
25
|
+
},
|
13
26
|
"numberOfDimensions": {
|
14
27
|
"type": "number",
|
15
28
|
"description": "The number of independent spatial-temporal axes.",
|
@@ -42,15 +55,6 @@
|
|
42
55
|
"ISO 19115-2": ["MD_GridSpatialRepresentation > transformationParameterAvailability"]
|
43
56
|
},
|
44
57
|
"default": false
|
45
|
-
},
|
46
|
-
"scope": {
|
47
|
-
"type": "array",
|
48
|
-
"minItems": 0,
|
49
|
-
"description": "",
|
50
|
-
"translation": {},
|
51
|
-
"items": {
|
52
|
-
"$ref": "#/definitions/scope"
|
53
|
-
}
|
54
58
|
}
|
55
59
|
},
|
56
60
|
"definitions": {
|
@@ -7,6 +7,19 @@
|
|
7
7
|
"minProperties": 1,
|
8
8
|
"additionalProperties": true,
|
9
9
|
"properties": {
|
10
|
+
"scope": {
|
11
|
+
"type": "array",
|
12
|
+
"minItems": 0,
|
13
|
+
"description": "Level and extent of the spatial representation",
|
14
|
+
"translation": {
|
15
|
+
"ISO 19115-1": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
16
|
+
"ISO 19115-2": ["spatialRepresentationInfo > MD_GridSpatialRepresentation > scope"],
|
17
|
+
"FGDC CSDGM": ["no translation"]
|
18
|
+
},
|
19
|
+
"items": {
|
20
|
+
"$ref": "./scope.json#"
|
21
|
+
}
|
22
|
+
},
|
10
23
|
"topologyLevel": {
|
11
24
|
"type": "string",
|
12
25
|
"description": "Identifies the degree of complexity of the spatial relationships",
|
@@ -20,15 +33,6 @@
|
|
20
33
|
"items": {
|
21
34
|
"$ref": "#/definitions/vectorObject"
|
22
35
|
}
|
23
|
-
},
|
24
|
-
"scope": {
|
25
|
-
"type": "array",
|
26
|
-
"minItems": 0,
|
27
|
-
"description": "",
|
28
|
-
"translation": {},
|
29
|
-
"items": {
|
30
|
-
"$ref": "#/definitions/scope"
|
31
|
-
}
|
32
36
|
}
|
33
37
|
},
|
34
38
|
"anyOf": [{
|
data/yarn.lock
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
|
4
4
|
|
5
5
|
ajv@^6.5.0:
|
6
|
-
version "6.
|
7
|
-
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.
|
8
|
-
integrity sha512-
|
6
|
+
version "6.12.3"
|
7
|
+
resolved "https://registry.yarnpkg.com/ajv/-/ajv-6.12.3.tgz#18c5af38a111ddeb4f2697bd78d68abc1cabd706"
|
8
|
+
integrity sha512-4K0cK3L1hsqk9xIb2z9vs/XU+PGJZ9PNpJRDS9YLzmNdX6jmVPfamLvTJr0aDAusnHyCHO6MjzlkAsgtqp9teA==
|
9
9
|
dependencies:
|
10
|
-
fast-deep-equal "^
|
10
|
+
fast-deep-equal "^3.1.1"
|
11
11
|
fast-json-stable-stringify "^2.0.0"
|
12
12
|
json-schema-traverse "^0.4.1"
|
13
13
|
uri-js "^4.2.2"
|
@@ -80,10 +80,10 @@ escape-string-regexp@1.0.5:
|
|
80
80
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
81
81
|
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
|
82
82
|
|
83
|
-
fast-deep-equal@^
|
84
|
-
version "
|
85
|
-
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-
|
86
|
-
integrity
|
83
|
+
fast-deep-equal@^3.1.1:
|
84
|
+
version "3.1.3"
|
85
|
+
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
86
|
+
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
87
87
|
|
88
88
|
fast-json-stable-stringify@^2.0.0:
|
89
89
|
version "2.0.0"
|
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.beta2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Josh Bradley, Stan Smith
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-08-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -354,7 +354,7 @@ homepage: https://github.com/adiwg/mdJson-schemas
|
|
354
354
|
licenses:
|
355
355
|
- UNLICENSE
|
356
356
|
metadata: {}
|
357
|
-
post_install_message:
|
357
|
+
post_install_message:
|
358
358
|
rdoc_options: []
|
359
359
|
require_paths:
|
360
360
|
- lib
|
@@ -370,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
370
370
|
version: 1.3.1
|
371
371
|
requirements: []
|
372
372
|
rubygems_version: 3.1.6
|
373
|
-
signing_key:
|
373
|
+
signing_key:
|
374
374
|
specification_version: 4
|
375
375
|
summary: JSON schemas for the ADIwg metadata standard
|
376
376
|
test_files:
|