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

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: c41e78797d283842439fb122f9747e19746baa42
4
- data.tar.gz: cdffe651f6ca5f336920977d75618af67c298014
3
+ metadata.gz: d076633b870b17386b809abf754c6a06a1519816
4
+ data.tar.gz: eb796d5ec7d875d5630885d580381a90a377ccd4
5
5
  SHA512:
6
- metadata.gz: 7b9e3df11f564fd7fa72ba409874a1a2abeafe2e3d76fb86ffa65b68cdb2418bb66a95711ddb745e037df38b40ea3057d152d9261ee3562afae4634a26be4572
7
- data.tar.gz: 82a36b3708915758980f830395c5cc3e7ff69e7dc5b2737d2b671192614668d44236ba1890f031546ade2815a759b9abbde4cdecca181663c172528fc1e49381
6
+ metadata.gz: 7df1d88a39a859f55ca13e4eeae2da21d4959f467f89e5777dbdd46d7f6a213db8dbc3be343a414d5d3267a865daba3683bd3c47cc6cb5d56f2bc5695e95c0f3
7
+ data.tar.gz: 28d255a3a726615c5a1b59c77711401be6f114be6dc3ca2816779059e7f93053eccdaac1e2356168ab7d4559ed6855ba8c00914efdaed7464914c94b4491c86f
@@ -41,4 +41,12 @@
41
41
  ],
42
42
  "contactInstructions": "contactInstructions",
43
43
  "contactType": "contactType"
44
+ }, {
45
+ "contactId": "contactId",
46
+ "isOrganization": true,
47
+ "name": "name",
48
+ "memberOfOrganization": [
49
+ "memberOfOrganization0",
50
+ "memberOfOrganization1"
51
+ ]
44
52
  }]
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-alpha.10"
4
+ VERSION = "2.0.0-alpha.11"
5
5
  end
6
6
  end
@@ -123,13 +123,11 @@
123
123
  }
124
124
  },
125
125
  "not": {
126
+ "required":["isOrganization","positionName"],
126
127
  "properties": {
127
128
  "isOrganization": {
128
129
  "type": "boolean",
129
130
  "enum": [true]
130
- },
131
- "positionName": {
132
- "type": "string"
133
131
  }
134
132
  }
135
133
  },
@@ -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.10",
4
+ "version": "2.0.0-alpha.11",
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.10
4
+ version: 2.0.0.pre.alpha.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith