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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 241d5b05625526a2286d952eb753cdd815bb6868
4
- data.tar.gz: 785293eaf344da33979090a026e56ffb4ed0fa35
3
+ metadata.gz: 76edb553f2e7784a5c7113773e529845105ccc41
4
+ data.tar.gz: a4cdfb32fdd6f2878bdd7132c9e010d422dd33b1
5
5
  SHA512:
6
- metadata.gz: f223748d64761221e242f55e90864e0eed70a54108d9ec02b5295ae18e620d5bdcd2ef01e71303c594d2d3b8af170a07e0a7d13fdcbc6d5c6e204ad18bac40b2
7
- data.tar.gz: 2d67400ee4e88f6e13744b3374e5f615b242efb962de38977ea5489464439cc5755ffa5f8d51a78310b0b196585acf5640e1a4f6c777c98b8ee9d6ff64394cdd
6
+ metadata.gz: a59170148181c601520009744d3c569f41f1ef167e64af9ffbe479f45cd1cac2530029d611d8df60b283f8205648eba02f45cd364c7e1b7e114c7a50e23d66a6
7
+ data.tar.gz: 2434033df176ac3af598d2b7352796b8ff2f57c3ec645eff36c9bec50ed042f85087cc69d3ca91b602f7a3a2a4b9a5e89a9d9f9c34b6b8bc8852e020c768d7cc
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-beta.1"
4
+ VERSION = "2.0.0-beta.2"
5
5
  end
6
6
  end
@@ -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": {
@@ -75,6 +75,7 @@
75
75
  "ISO 19115-2": ["MD_DataIdentification > status [MD_ProgressCode]"],
76
76
  "FGDC CSDGM": ["idinfo > status > progress"]
77
77
  },
78
+ "minItems": 1,
78
79
  "items": {
79
80
  "type": "string"
80
81
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.0.0-beta.1",
4
+ "version": "2.0.0-beta.2",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
metadata CHANGED
@@ -1,7 +1,7 @@
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.beta.1
4
+ version: 2.0.0.pre.beta.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith