adiwg-mdjson_schemas 2.0.0.pre.alpha.9 → 2.0.0.pre.alpha.10

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: 4d41e4ffe998388d6bc497346096fba0d1074b7d
4
- data.tar.gz: 9f03d2c308be13662597703355a3634718c9979b
3
+ metadata.gz: c41e78797d283842439fb122f9747e19746baa42
4
+ data.tar.gz: cdffe651f6ca5f336920977d75618af67c298014
5
5
  SHA512:
6
- metadata.gz: 915223a0b712728e0835f11f7a869fc643723ce8f3c725309038bb88078007aa549dadc9578eeacffedb9eec43d5c724ed05c27b31a93f32466e424bce2a4aa4
7
- data.tar.gz: 0306a5a4d30ea60a230d023d1949a9f95efee35b19e61abecc55b01e49b268fc1b3ffe1d990c501408515dceae85dc29b58b7dabbd09fb3c4f81b315882b9510
6
+ metadata.gz: 7b9e3df11f564fd7fa72ba409874a1a2abeafe2e3d76fb86ffa65b68cdb2418bb66a95711ddb745e037df38b40ea3057d152d9261ee3562afae4634a26be4572
7
+ data.tar.gz: 82a36b3708915758980f830395c5cc3e7ff69e7dc5b2737d2b671192614668d44236ba1890f031546ade2815a759b9abbde4cdecca181663c172528fc1e49381
@@ -19,9 +19,9 @@
19
19
  }
20
20
  }
21
21
  ],
22
- "transferFrequency": [{
22
+ "transferFrequency": {
23
23
  "months": 9
24
- }],
24
+ },
25
25
  "distributionFormat": [{
26
26
  "formatSpecification": {
27
27
  "title": "title0"
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-alpha.9"
4
+ VERSION = "2.0.0-alpha.10"
5
5
  end
6
6
  end
data/schema/schema.json CHANGED
@@ -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-alpha.9",
4
+ "version": "2.0.0-alpha.10",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
@@ -45,12 +45,10 @@
45
45
  }
46
46
  },
47
47
  "transferFrequency": {
48
- "type": "array",
49
48
  "description": "The rate of occurrence of distribution.",
50
49
  "translation": {},
51
- "items": {
52
- "$ref": "./timePeriod.json#/definitions/duration"
53
- }
50
+ "$ref": "./timePeriod.json#/definitions/duration"
51
+
54
52
  },
55
53
  "distributionFormat": {
56
54
  "type": "array",
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.alpha.9
4
+ version: 2.0.0.pre.alpha.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith