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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: af3e09edfffe8a417c5600bd2dd5465dbe93c0f2
4
- data.tar.gz: 992ce73d3a50d6a4bf95c1d858ce32f20b218b5b
3
+ metadata.gz: 9a3b9766cb2e233d076205ca2d33f4f4200a0599
4
+ data.tar.gz: c0a4a1783be087019eeb8f5d046bba0492851bcf
5
5
  SHA512:
6
- metadata.gz: 311fe5dfc1516397b8ad227b81ce93a6cc6fa8f669cb7a09a2d017967b97c7fad38ce8e0ce73fc3c7e5f13d5aad6c5d7ef13f27f0c99141e42f84f3c20a46ee0
7
- data.tar.gz: 7c1fa8f4c276b74dad4f42c049768c57e54b62c4b03127bc6bb73f9ec63c87eb3287e3649c2f751dd92386f987f9ab8d2105fcf8acd0b4744727b014aa59dfae
6
+ metadata.gz: 53246c80d38b530e031653b7d67f54b02cca32becce8f78ac128a00bb8206ce6d0bbd0273c18d6c03e5c97110a80faa5eaa2776a56423093b2eaf81e02d786a5
7
+ data.tar.gz: cd1d8b76e7d1d3036ddfadf32cd00a150bf2d94fe2173a2afa94f4c2b544804ab7cce474be5c594f20165eaa228f67d3d84f34d966dec97d0e957125744df267
data/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  [![Build Status](https://travis-ci.org/adiwg/mdJson-schemas.svg?branch=master)](https://travis-ci.org/adiwg/mdJson-schemas)
2
+ [![Gem Version](https://badge.fury.io/rb/adiwg-mdjson_schemas.svg)](http://badge.fury.io/rb/adiwg-mdjson_schemas)
2
3
 
3
4
  # mdJson-schemas
4
5
 
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "1.0.0rc1"
4
+ VERSION = "1.0.0"
5
5
  end
6
6
  end
@@ -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": false,
14
+ "additionalProperties": true,
15
15
  "properties": {
16
16
  "name": {
17
17
  "type": "string",
@@ -48,7 +48,7 @@
48
48
  "uniqueItems": true
49
49
  }
50
50
  },
51
- "additionalProperties": false
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": false
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
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": false,
150
+ "additionalProperties": true,
151
151
  "properties": {
152
152
  "formatName": {
153
153
  "type": "string",
@@ -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": false,
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": false,
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": false,
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": false,
179
+ "additionalProperties": true,
180
180
  "required": ["minimumValue", "maximumValue", "verticalCRSTitle", "verticalCRSUri"],
181
181
  "properties": {
182
182
  "minimumValue": {
@@ -5,7 +5,7 @@
5
5
  "example": "../../examples/full_example.json#/metadata/resourceInfo/keyword",
6
6
  "type": "object",
7
7
  "required": ["keyword"],
8
- "additionalProperties": false,
8
+ "additionalProperties": true,
9
9
  "properties": {
10
10
  "keyword": {
11
11
  "type": "array",
@@ -7,7 +7,7 @@
7
7
  "translation": {
8
8
  "ISO 19115-2": ["MD_MaintenanceInformation"]
9
9
  },
10
- "additionalProperties": false,
10
+ "additionalProperties": true,
11
11
  "properties": {
12
12
  "maintenanceFrequency": {
13
13
  "type": "string",
@@ -9,14 +9,14 @@
9
9
  "FGDC CSDGM": ["metadata"]
10
10
  },
11
11
  "required": ["resourceInfo"],
12
- "additionalProperties": false,
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": false,
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": false,
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": false,
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": false,
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": false,
75
+ "additionalProperties": true,
76
76
  "properties": {
77
77
  "classification": {
78
78
  "type": "string",
@@ -9,7 +9,7 @@
9
9
  "FGDC CSDGM": ["idinfo"]
10
10
  },
11
11
  "required": ["resourceType", "citation", "abstract", "status", "language", "pointOfContact"],
12
- "additionalProperties": false,
12
+ "additionalProperties": true,
13
13
  "properties": {
14
14
  "resourceType": {
15
15
  "type": "string",
@@ -9,7 +9,7 @@
9
9
  "FGDC CSDGM": ["idinfo > taxonomy"]
10
10
  },
11
11
  "required": ["classificationSystem", "taxonomicProcedure", "taxonClass"],
12
- "additionalProperties": false,
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": false,
92
+ "additionalProperties": true,
93
93
  "properties": {
94
94
  "taxonRank": {
95
95
  "type": "string",
@@ -8,7 +8,7 @@
8
8
  "ISO 19115-2": ["MD_Usage"]
9
9
  },
10
10
  "required": ["specificUsage", "userContactInfo"],
11
- "additionalProperties": false,
11
+ "additionalProperties": true,
12
12
  "properties": {
13
13
  "specificUsage": {
14
14
  "type": "string",
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.0rc1
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-02-24 00:00:00.000000000 Z
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: 1.3.1
168
+ version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
171
  rubygems_version: 2.4.5