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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d076633b870b17386b809abf754c6a06a1519816
4
- data.tar.gz: eb796d5ec7d875d5630885d580381a90a377ccd4
3
+ metadata.gz: 94e8694889112ac7941344ae9901474cc2b5e130
4
+ data.tar.gz: a16b836c2e032bb7903510ccfeed7966e29cdc0c
5
5
  SHA512:
6
- metadata.gz: 7df1d88a39a859f55ca13e4eeae2da21d4959f467f89e5777dbdd46d7f6a213db8dbc3be343a414d5d3267a865daba3683bd3c47cc6cb5d56f2bc5695e95c0f3
7
- data.tar.gz: 28d255a3a726615c5a1b59c77711401be6f114be6dc3ca2816779059e7f93053eccdaac1e2356168ab7d4559ed6855ba8c00914efdaed7464914c94b4491c86f
6
+ metadata.gz: e3d4d14662a1bc8b26cbfd82f5d5082957dff26b33b3fd8d8aab4ca802ceaa14b46c333c8268f09b6c50b683ccb3cfd7e049b4e6c5c502f61dda12ddf698aab4
7
+ data.tar.gz: 648221f50f805ac18386e862b849bffe93bcb137091a60eb8f99231cbe89ef3a9033cee317c59e65c64c1bf2a6e033088e477a5ec792119b2c4b25d44ad4ea16
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-alpha.11"
4
+ VERSION = "2.0.0-alpha.12"
5
5
  end
6
6
  end
@@ -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",
@@ -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.11",
4
+ "version": "2.0.0-alpha.12",
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.alpha.11
4
+ version: 2.0.0.pre.alpha.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith