adiwg-json_schemas 0.9.2 → 0.9.3

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: 4d121a13c389c7318dc32e92234307cde6641477
4
- data.tar.gz: 9387e2765f1c906c3c55485cda33e64cdba16c64
3
+ metadata.gz: 9192de0dae2739e384a8af11ba6bc1614246628b
4
+ data.tar.gz: 368381002533943bd9bf01dc2afa594577ad7ab2
5
5
  SHA512:
6
- metadata.gz: 88a727aacd320d576e4e0c57ad912f0cb3a5af91ed174e3bf831001b8597684fe275c1d047e8f6e000e5709f553adf079be649b47a2babb8c783e03efc648325
7
- data.tar.gz: aa6c032d8cd6c65d49d9d59060723da617251a089689fda2ea7cd8d3784e78f94a8811d2144c3c27307fce087a23f5c92541a621452193ce18583c20b981246e
6
+ metadata.gz: 5ecf55cded067a669c2f9f19412cc0407ab1f9ce1da3c9bf979816f39838aa614874690b7e3828efd0d76e206abcec726f7641e808ca63c4bd5bf7b14a0d859d
7
+ data.tar.gz: 342ab1d892c5d445f97877fd7b5b7e7f0c500d691b6d53a4dad9e9b2fc71279d669bf03e0a16aba3e4ff0c26bbd9f1657beee08f2c8008f3d54d4a06cf2e4af4
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module JsonSchemas
3
3
  # Current schema version number
4
- VERSION = "0.9.2"
4
+ VERSION = "0.9.3"
5
5
  end
6
6
  end
@@ -122,9 +122,9 @@
122
122
  },
123
123
  "attribute": {
124
124
  "type": "array",
125
- "required": ["codeName", "dataType", "definition", "allowNull"],
126
125
  "items": {
127
126
  "type": "object",
127
+ "required": ["codeName", "dataType", "definition", "allowNull"],
128
128
  "additionalProperties": false,
129
129
  "properties": {
130
130
  "commonName": {
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": "0.9.1",
4
+ "version": "0.9.3",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "type": "object",
7
7
  "required": ["version", "contact", "metadata"],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adiwg-json_schemas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith