adiwg-mdjson_schemas 1.0.0rc1 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema.json +1 -1
- data/schema/schema/contact.json +2 -2
- data/schema/schema/dataDictionary.json +8 -8
- data/schema/schema/dataQuality.json +4 -4
- data/schema/schema/distributor.json +5 -5
- data/schema/schema/extent.json +4 -4
- data/schema/schema/keyword.json +1 -1
- data/schema/schema/maintInfo.json +1 -1
- data/schema/schema/metadata.json +3 -3
- data/schema/schema/onlineResource.json +1 -1
- data/schema/schema/resourceConstraint.json +2 -2
- data/schema/schema/resourceInfo.json +1 -1
- data/schema/schema/taxonomy.json +2 -2
- data/schema/schema/usage.json +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a3b9766cb2e233d076205ca2d33f4f4200a0599
|
4
|
+
data.tar.gz: c0a4a1783be087019eeb8f5d046bba0492851bcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53246c80d38b530e031653b7d67f54b02cca32becce8f78ac128a00bb8206ce6d0bbd0273c18d6c03e5c97110a80faa5eaa2776a56423093b2eaf81e02d786a5
|
7
|
+
data.tar.gz: cd1d8b76e7d1d3036ddfadf32cd00a150bf2d94fe2173a2afa94f4c2b544804ab7cce474be5c594f20165eaa228f67d3d84f34d966dec97d0e957125744df267
|
data/README.md
CHANGED
data/schema/schema.json
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
"description": "Identifies the version of the JSON schema standard that applies to the metadata.",
|
12
12
|
"example": "../examples/full_example.json#/version",
|
13
13
|
"required": ["name", "version"],
|
14
|
-
"additionalProperties":
|
14
|
+
"additionalProperties": true,
|
15
15
|
"properties": {
|
16
16
|
"name": {
|
17
17
|
"type": "string",
|
data/schema/schema/contact.json
CHANGED
@@ -48,7 +48,7 @@
|
|
48
48
|
"uniqueItems": true
|
49
49
|
}
|
50
50
|
},
|
51
|
-
"additionalProperties":
|
51
|
+
"additionalProperties": true
|
52
52
|
},
|
53
53
|
"address": {
|
54
54
|
"type": "object",
|
@@ -117,7 +117,7 @@
|
|
117
117
|
"uniqueItems": true
|
118
118
|
}
|
119
119
|
},
|
120
|
-
"additionalProperties":
|
120
|
+
"additionalProperties": true
|
121
121
|
},
|
122
122
|
"baseContact": {
|
123
123
|
"type": "object",
|
@@ -5,14 +5,14 @@
|
|
5
5
|
"description": "A catalogue containing definitions and descriptions of the resource types, resource attributes, and resource associations.",
|
6
6
|
"example": "../../examples/full_example.json#/dataDictionary/0",
|
7
7
|
"required": ["dictionaryInfo"],
|
8
|
-
"additionalProperties":
|
8
|
+
"additionalProperties": true,
|
9
9
|
"properties": {
|
10
10
|
"dictionaryInfo": {
|
11
11
|
"type": "object",
|
12
12
|
"description": "Information describing the dictionary and its source.",
|
13
13
|
"example": "../../examples/full_example.json#/dataDictionary/0/dictionaryInfo",
|
14
14
|
"required": ["resourceType", "citation", "description"],
|
15
|
-
"additionalProperties":
|
15
|
+
"additionalProperties": true,
|
16
16
|
"properties": {
|
17
17
|
"citation": {
|
18
18
|
"description": "Citation for the dictionary.",
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"description": "Information describing an enumerated list of values.",
|
41
41
|
"example": "../../examples/full_example.json#/dataDictionary/0/domain/0",
|
42
42
|
"required": ["domainId", "codeName", "description", "member"],
|
43
|
-
"additionalProperties":
|
43
|
+
"additionalProperties": true,
|
44
44
|
"properties": {
|
45
45
|
"domainId": {
|
46
46
|
"type": "string"
|
@@ -60,7 +60,7 @@
|
|
60
60
|
"type": "object",
|
61
61
|
"example": "../../examples/full_example.json#/dataDictionary/0/domain/0/member",
|
62
62
|
"required": ["name", "value", "definition"],
|
63
|
-
"additionalProperties":
|
63
|
+
"additionalProperties": true,
|
64
64
|
"properties": {
|
65
65
|
"name": {
|
66
66
|
"type": "string"
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"type": "object",
|
84
84
|
"example": "../../examples/full_example.json#/dataDictionary/0/entity/1",
|
85
85
|
"required": ["entityId", "codeName", "definition"],
|
86
|
-
"additionalProperties":
|
86
|
+
"additionalProperties": true,
|
87
87
|
"properties": {
|
88
88
|
"entityId": {
|
89
89
|
"type": "string"
|
@@ -115,7 +115,7 @@
|
|
115
115
|
"type": "object",
|
116
116
|
"example": "../../examples/full_example.json#/dataDictionary/0/entity/1/index",
|
117
117
|
"required": ["codeName", "allowDuplicates", "attributeCodeName"],
|
118
|
-
"additionalProperties":
|
118
|
+
"additionalProperties": true,
|
119
119
|
"properties": {
|
120
120
|
"codeName": {
|
121
121
|
"type": "string"
|
@@ -138,7 +138,7 @@
|
|
138
138
|
"type": "object",
|
139
139
|
"example": "../../examples/full_example.json#/dataDictionary/0/entity/1/attribute",
|
140
140
|
"required": ["codeName", "dataType", "definition", "allowNull"],
|
141
|
-
"additionalProperties":
|
141
|
+
"additionalProperties": true,
|
142
142
|
"properties": {
|
143
143
|
"commonName": {
|
144
144
|
"type": "string"
|
@@ -182,7 +182,7 @@
|
|
182
182
|
"type": "object",
|
183
183
|
"example": "../../examples/full_example.json#/dataDictionary/0/entity/1/foreignKey",
|
184
184
|
"required": ["localAttributeCodeName", "referencedEntityCodeName", "referencedAttributeCodeName"],
|
185
|
-
"additionalProperties":
|
185
|
+
"additionalProperties": true,
|
186
186
|
"properties": {
|
187
187
|
"localAttributeCodeName": {
|
188
188
|
"type": "array",
|
@@ -9,7 +9,7 @@
|
|
9
9
|
"FGDC CSDGM": ["dataqual"]
|
10
10
|
},
|
11
11
|
"required": ["scope"],
|
12
|
-
"additionalProperties":
|
12
|
+
"additionalProperties": true,
|
13
13
|
"properties": {
|
14
14
|
"scope": {
|
15
15
|
"type": "string",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"translation": {
|
35
35
|
"ISO 19115-2": ["LI_Lineage"]
|
36
36
|
},
|
37
|
-
"additionalProperties":
|
37
|
+
"additionalProperties": true,
|
38
38
|
"properties": {
|
39
39
|
"statement": {
|
40
40
|
"type": "string",
|
@@ -74,7 +74,7 @@
|
|
74
74
|
"ISO 19115-2": ["LI_ProcessStep"]
|
75
75
|
},
|
76
76
|
"required": ["description"],
|
77
|
-
"additionalProperties":
|
77
|
+
"additionalProperties": true,
|
78
78
|
"properties": {
|
79
79
|
"stepId": {
|
80
80
|
"type": "string",
|
@@ -126,7 +126,7 @@
|
|
126
126
|
"translation": {
|
127
127
|
"ISO 19115-2": ["LI_Source"]
|
128
128
|
},
|
129
|
-
"additionalProperties":
|
129
|
+
"additionalProperties": true,
|
130
130
|
"properties": {
|
131
131
|
"description": {
|
132
132
|
"type": "string",
|
@@ -8,7 +8,7 @@
|
|
8
8
|
"FGDC CSDGM": ["distinfo"]
|
9
9
|
},
|
10
10
|
"required": ["distributorContact"],
|
11
|
-
"additionalProperties":
|
11
|
+
"additionalProperties": true,
|
12
12
|
"properties": {
|
13
13
|
"distributorContact": {
|
14
14
|
"description": "Party from whom the resource may be obtained. Note: This list need not be exhaustive.",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"items": {
|
28
28
|
"type": "object",
|
29
|
-
"additionalProperties":
|
29
|
+
"additionalProperties": true,
|
30
30
|
"properties": {
|
31
31
|
"fees": {
|
32
32
|
"type": "string",
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"ISO 19115-2": ["MD_Distributor > distributorTransferOptions > MD_DigitalTransferOptions"],
|
83
83
|
"FGDC CSDGM": ["distinfo > stdorder > digform > digtopt"]
|
84
84
|
},
|
85
|
-
"additionalProperties":
|
85
|
+
"additionalProperties": true,
|
86
86
|
|
87
87
|
"properties": {
|
88
88
|
"online": {
|
@@ -104,7 +104,7 @@
|
|
104
104
|
"ISO 19115-2": ["MD_DigitalTransferOptions > offline > MD_Medium"],
|
105
105
|
"FGDC CSDGM": ["distinfo > stdorder > digform > digtopt > offoptn"]
|
106
106
|
},
|
107
|
-
"additionalProperties":
|
107
|
+
"additionalProperties": true,
|
108
108
|
|
109
109
|
"properties": {
|
110
110
|
"name": {
|
@@ -147,7 +147,7 @@
|
|
147
147
|
"FGDC CSDGM": ["distinfo > stdorder > digform"]
|
148
148
|
},
|
149
149
|
"required": ["formatName"],
|
150
|
-
"additionalProperties":
|
150
|
+
"additionalProperties": true,
|
151
151
|
"properties": {
|
152
152
|
"formatName": {
|
153
153
|
"type": "string",
|
data/schema/schema/extent.json
CHANGED
@@ -57,7 +57,7 @@
|
|
57
57
|
"type": "object",
|
58
58
|
"example": "../../examples/full_example.json#/metadata/resourceInfo/extent/0/temporalElement/timeInstant/0",
|
59
59
|
"required": ["timePosition"],
|
60
|
-
"additionalProperties":
|
60
|
+
"additionalProperties": true,
|
61
61
|
"properties": {
|
62
62
|
"id": {
|
63
63
|
"type": "string",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"type": "object",
|
86
86
|
"description": "A span of time represented by a start date/time and an ending date/time.",
|
87
87
|
"example": "../../examples/full_example.json#/metadata/resourceInfo/extent/0/temporalElement/timePeriod/0",
|
88
|
-
"additionalProperties":
|
88
|
+
"additionalProperties": true,
|
89
89
|
"properties": {
|
90
90
|
"id": {
|
91
91
|
"type": "string",
|
@@ -135,7 +135,7 @@
|
|
135
135
|
"translation": {
|
136
136
|
"ISO 19115-2": ["EX_Extent > temporalElement > EX_TemporalExtent"]
|
137
137
|
},
|
138
|
-
"additionalProperties":
|
138
|
+
"additionalProperties": true,
|
139
139
|
"minProperties": 1,
|
140
140
|
"properties": {
|
141
141
|
"timeInstant": {
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"translation": {
|
177
177
|
"ISO 19115-2": ["EX_Extent > verticalElement > EX_VerticalExtent "]
|
178
178
|
},
|
179
|
-
"additionalProperties":
|
179
|
+
"additionalProperties": true,
|
180
180
|
"required": ["minimumValue", "maximumValue", "verticalCRSTitle", "verticalCRSUri"],
|
181
181
|
"properties": {
|
182
182
|
"minimumValue": {
|
data/schema/schema/keyword.json
CHANGED
data/schema/schema/metadata.json
CHANGED
@@ -9,14 +9,14 @@
|
|
9
9
|
"FGDC CSDGM": ["metadata"]
|
10
10
|
},
|
11
11
|
"required": ["resourceInfo"],
|
12
|
-
"additionalProperties":
|
12
|
+
"additionalProperties": true,
|
13
13
|
"properties": {
|
14
14
|
"metadataInfo": {
|
15
15
|
"type": "object",
|
16
16
|
"description": "General information about the metadata record.",
|
17
17
|
"example": "../../examples/full_example.json#/metadata/metadataInfo",
|
18
18
|
"required": ["metadataContact", "metadataCreationDate"],
|
19
|
-
"additionalProperties":
|
19
|
+
"additionalProperties": true,
|
20
20
|
"properties": {
|
21
21
|
"metadataIdentifier": {
|
22
22
|
"description": "Unique identifier for this metadata file.",
|
@@ -114,7 +114,7 @@
|
|
114
114
|
"items": {
|
115
115
|
"type": "object",
|
116
116
|
"required": ["associationType", "resourceType"],
|
117
|
-
"additionalProperties":
|
117
|
+
"additionalProperties": true,
|
118
118
|
"properties": {
|
119
119
|
"associationType": {
|
120
120
|
"type": "string",
|
@@ -5,7 +5,7 @@
|
|
5
5
|
"description": "Information about accessing online resources and services.",
|
6
6
|
"example": "../../examples/full_example.json#/contact/1/onlineResource",
|
7
7
|
"required": ["uri"],
|
8
|
-
"additionalProperties":
|
8
|
+
"additionalProperties": true,
|
9
9
|
"properties": {
|
10
10
|
"uri": {
|
11
11
|
"$ref": "../schema.json#/definitions/uri"
|
@@ -28,7 +28,7 @@
|
|
28
28
|
"translation": {
|
29
29
|
"ISO 19115-2": ["MD_LegalConstraints"]
|
30
30
|
},
|
31
|
-
"additionalProperties":
|
31
|
+
"additionalProperties": true,
|
32
32
|
"properties": {
|
33
33
|
"accessConstraint": {
|
34
34
|
"type": "array",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"ISO 19115-2": ["MD_SecurityConstraints"]
|
73
73
|
},
|
74
74
|
"required": ["classification"],
|
75
|
-
"additionalProperties":
|
75
|
+
"additionalProperties": true,
|
76
76
|
"properties": {
|
77
77
|
"classification": {
|
78
78
|
"type": "string",
|
data/schema/schema/taxonomy.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"FGDC CSDGM": ["idinfo > taxonomy"]
|
10
10
|
},
|
11
11
|
"required": ["classificationSystem", "taxonomicProcedure", "taxonClass"],
|
12
|
-
"additionalProperties":
|
12
|
+
"additionalProperties": true,
|
13
13
|
"properties": {
|
14
14
|
"classificationSystem": {
|
15
15
|
"type": "array",
|
@@ -89,7 +89,7 @@
|
|
89
89
|
"type": "object",
|
90
90
|
"example": "../../examples/full_example.json#/metadata/resourceInfo/taxonomy",
|
91
91
|
"required": ["taxonRank", "taxonValue"],
|
92
|
-
"additionalProperties":
|
92
|
+
"additionalProperties": true,
|
93
93
|
"properties": {
|
94
94
|
"taxonRank": {
|
95
95
|
"type": "string",
|
data/schema/schema/usage.json
CHANGED
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: 1.0.
|
4
|
+
version: 1.0.0
|
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: 2015-
|
11
|
+
date: 2015-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -163,9 +163,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
163
163
|
version: '0'
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
165
|
requirements:
|
166
|
-
- - "
|
166
|
+
- - ">="
|
167
167
|
- !ruby/object:Gem::Version
|
168
|
-
version:
|
168
|
+
version: '0'
|
169
169
|
requirements: []
|
170
170
|
rubyforge_project:
|
171
171
|
rubygems_version: 2.4.5
|