adiwg-mdjson_schemas 2.0.0.pre.beta.1 → 2.0.0.pre.beta.2
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/schema/citation.json +0 -3
- data/schema/resourceInfo.json +1 -0
- data/schema/schema.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 76edb553f2e7784a5c7113773e529845105ccc41
|
4
|
+
data.tar.gz: a4cdfb32fdd6f2878bdd7132c9e010d422dd33b1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a59170148181c601520009744d3c569f41f1ef167e64af9ffbe479f45cd1cac2530029d611d8df60b283f8205648eba02f45cd364c7e1b7e114c7a50e23d66a6
|
7
|
+
data.tar.gz: 2434033df176ac3af598d2b7352796b8ff2f57c3ec645eff36c9bec50ed042f85087cc69d3ca91b602f7a3a2a4b9a5e89a9d9f9c34b6b8bc8852e020c768d7cc
|
data/schema/citation.json
CHANGED
@@ -35,7 +35,6 @@
|
|
35
35
|
"translation": {
|
36
36
|
"ISO 19115-2": ["CI_Citation > date > CI_Date"]
|
37
37
|
},
|
38
|
-
"minItems": 1,
|
39
38
|
"items": {
|
40
39
|
"type": "object",
|
41
40
|
"example":"../examples/date.json",
|
@@ -73,7 +72,6 @@
|
|
73
72
|
"ISO 19115-2": ["CI_Citation > citedResponsibleParty > CI_ResponsibleParty", "FC_FeatureCatalogue > producer > CI_ResponisbleParty"],
|
74
73
|
"FGDC CSDGM": ["idinfo > ptcontac > cntinfo"]
|
75
74
|
},
|
76
|
-
"minItems": 1,
|
77
75
|
"items": {
|
78
76
|
"$ref": "responsibility.json#"
|
79
77
|
}
|
@@ -137,7 +135,6 @@
|
|
137
135
|
"description": "Information about the series, or aggregate resource, to which a resource belongs.",
|
138
136
|
"example": "../series.json",
|
139
137
|
"translation": {},
|
140
|
-
"minProperties": 1,
|
141
138
|
"additionalProperties": true,
|
142
139
|
"properties": {
|
143
140
|
"seriesName": {
|
data/schema/resourceInfo.json
CHANGED
data/schema/schema.json
CHANGED