adiwg-mdjson_schemas 2.0.0.pre.alpha.14 → 2.0.0.pre.alpha.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/lineage.json +1 -1
- data/examples/scopeDescription.json +2 -2
- data/examples/source.json +2 -2
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/lineage.json +14 -4
- data/schema/metadataInfo.json +0 -8
- data/schema/schema.json +1 -1
- data/schema/scope.json +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b79677c18240942ec8a7ff5e1f2de1fc85f46923
|
4
|
+
data.tar.gz: 5c517c25ec0f10a1b08d4cca29fe6af750375f72
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: beb5bb888adf06f4a96f3cb4a6b2e8f03a85965271890c4870b8d472c40b0c74a9a8a185fae809db1ed10cac875ba5843fd587f84c3f11361e79012db17acf33
|
7
|
+
data.tar.gz: 5715e6fb70a251e08aeb5f246a8bcfa3191805f90954d8bd05f7188c5f3154d732a8e90c178a3c53661a8e326fdcbe6bbe7bbbd0ae1bc48903aa0d11852b5851
|
data/examples/lineage.json
CHANGED
data/examples/source.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
[{
|
2
2
|
"description": "description",
|
3
|
-
"
|
3
|
+
"sourceCitation": {
|
4
4
|
"title": "title"
|
5
5
|
},
|
6
6
|
"metadataCitation": [{
|
@@ -15,7 +15,7 @@
|
|
15
15
|
"identifier": "identifier"
|
16
16
|
}
|
17
17
|
},
|
18
|
-
"
|
18
|
+
"sourceProcessStep": [{
|
19
19
|
"description": "description"
|
20
20
|
}, {
|
21
21
|
"description": "description"
|
data/schema/lineage.json
CHANGED
@@ -127,6 +127,11 @@
|
|
127
127
|
"items": {
|
128
128
|
"$ref": "./citation.json#"
|
129
129
|
}
|
130
|
+
},
|
131
|
+
"scope": {
|
132
|
+
"$ref": "./scope.json#",
|
133
|
+
"description": "Type of resource and/or extent to which the process information.",
|
134
|
+
"translation": {}
|
130
135
|
}
|
131
136
|
}
|
132
137
|
},
|
@@ -146,7 +151,7 @@
|
|
146
151
|
"ISO 19115-2": ["LI_Source > description"]
|
147
152
|
}
|
148
153
|
},
|
149
|
-
"
|
154
|
+
"sourceCitation": {
|
150
155
|
"description": "A citation providing information about the source dataset, including an online resource or other access instructions.",
|
151
156
|
"translation": {
|
152
157
|
"ISO 19115-2": ["LI_Source > sourceCitation > CI_Citation"],
|
@@ -162,8 +167,8 @@
|
|
162
167
|
"$ref": "citation.json#"
|
163
168
|
}
|
164
169
|
},
|
165
|
-
"
|
166
|
-
"
|
170
|
+
"spatialResolution": {
|
171
|
+
"$ref": "./spatialResolution.json#",
|
167
172
|
"description": "The number below the line in a vulgar fraction",
|
168
173
|
"translation": {}
|
169
174
|
},
|
@@ -172,7 +177,7 @@
|
|
172
177
|
"description": "Spatial reference system used by the source.",
|
173
178
|
"translation": {}
|
174
179
|
},
|
175
|
-
"
|
180
|
+
"sourceProcessStep": {
|
176
181
|
"type": "array",
|
177
182
|
"description": "A description of a non-trivial event or transformation taken to prepare the source data for use in creating the data identified by the data quality scope.",
|
178
183
|
"translation": {
|
@@ -181,6 +186,11 @@
|
|
181
186
|
"items": {
|
182
187
|
"$ref": "#/definitions/processStep"
|
183
188
|
}
|
189
|
+
},
|
190
|
+
"scope": {
|
191
|
+
"$ref": "./scope.json#",
|
192
|
+
"description": "Type of resource and/or extent to which the process information.",
|
193
|
+
"translation": {}
|
184
194
|
}
|
185
195
|
}
|
186
196
|
}
|
data/schema/metadataInfo.json
CHANGED
@@ -32,14 +32,6 @@
|
|
32
32
|
"$ref": "locale.json"
|
33
33
|
}
|
34
34
|
},
|
35
|
-
"scope": {
|
36
|
-
"type": "array",
|
37
|
-
"description": "The scope/type of resource for which metadata is provided.",
|
38
|
-
"translation": {},
|
39
|
-
"items": {
|
40
|
-
"$ref": "./scope.json#"
|
41
|
-
}
|
42
|
-
},
|
43
35
|
"metadataContact": {
|
44
36
|
"type": "array",
|
45
37
|
"description": "Person or organization responsible for metadata information (metadata custodian).",
|
data/schema/schema.json
CHANGED
data/schema/scope.json
CHANGED
@@ -42,12 +42,12 @@
|
|
42
42
|
"description": "Dataset to which the information applies.",
|
43
43
|
"translation": {}
|
44
44
|
},
|
45
|
-
"
|
45
|
+
"attributes": {
|
46
46
|
"type": "string",
|
47
47
|
"description": "Instances of attribute types to which the information is applied.",
|
48
48
|
"translation": {}
|
49
49
|
},
|
50
|
-
"
|
50
|
+
"features": {
|
51
51
|
"type": "string",
|
52
52
|
"description": "Instances of feature types to which the information is applied.",
|
53
53
|
"translation": {}
|
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.0.0.pre.alpha.
|
4
|
+
version: 2.0.0.pre.alpha.15
|
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: 2017-02-
|
11
|
+
date: 2017-02-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|