adiwg-mdjson_schemas 2.0.0.pre.alpha.11 → 2.0.0.pre.alpha.12
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/contact.json +0 -9
- 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: 94e8694889112ac7941344ae9901474cc2b5e130
|
4
|
+
data.tar.gz: a16b836c2e032bb7903510ccfeed7966e29cdc0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3d4d14662a1bc8b26cbfd82f5d5082957dff26b33b3fd8d8aab4ca802ceaa14b46c333c8268f09b6c50b683ccb3cfd7e049b4e6c5c502f61dda12ddf698aab4
|
7
|
+
data.tar.gz: 648221f50f805ac18386e862b849bffe93bcb137091a60eb8f99231cbe89ef3a9033cee317c59e65c64c1bf2a6e033088e477a5ec792119b2c4b25d44ad4ea16
|
data/schema/contact.json
CHANGED
@@ -122,15 +122,6 @@
|
|
122
122
|
"description": "User defined contact type."
|
123
123
|
}
|
124
124
|
},
|
125
|
-
"not": {
|
126
|
-
"required":["isOrganization","positionName"],
|
127
|
-
"properties": {
|
128
|
-
"isOrganization": {
|
129
|
-
"type": "boolean",
|
130
|
-
"enum": [true]
|
131
|
-
}
|
132
|
-
}
|
133
|
-
},
|
134
125
|
"definitions": {
|
135
126
|
"phone": {
|
136
127
|
"type": "object",
|
data/schema/schema.json
CHANGED