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 +4 -4
- data/lib/adiwg/json_schemas/version.rb +1 -1
- data/schema/schema/dataDictionary.json +1 -1
- data/schema/schema.json +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9192de0dae2739e384a8af11ba6bc1614246628b
|
4
|
+
data.tar.gz: 368381002533943bd9bf01dc2afa594577ad7ab2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ecf55cded067a669c2f9f19412cc0407ab1f9ce1da3c9bf979816f39838aa614874690b7e3828efd0d76e206abcec726f7641e808ca63c4bd5bf7b14a0d859d
|
7
|
+
data.tar.gz: 342ab1d892c5d445f97877fd7b5b7e7f0c500d691b6d53a4dad9e9b2fc71279d669bf03e0a16aba3e4ff0c26bbd9f1657beee08f2c8008f3d54d4a06cf2e4af4
|
@@ -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