adiwg-mdjson_schemas 2.0.0.pre.alpha.4 → 2.0.0.pre.alpha.5

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: ad1c6be709dfa258c73c063aa7ed9671f2cf47b3
4
- data.tar.gz: 168b1ce853a75c4f89f91c31ffb9767772226af9
3
+ metadata.gz: 5d78fcacc8142b47dd5f7faad6e32fbc99eff658
4
+ data.tar.gz: fdf491fab26c8882dbc760b8b9cffc18cdf90864
5
5
  SHA512:
6
- metadata.gz: 138a3c4e7d46403e952090c2e96350d77f14cb837c3c830bea0fed4044a9f8bbd2361faef164d31f2aeb0abba22d5151146656368252fb0085bbf6e49f3dbb12
7
- data.tar.gz: 5ad98b1028f5fb4c2b18a3a2ffbac0b8938fe45e1efb138669eb54208f89893e8a8c3689b92897bb13ed4cd204b870a28f8f3e91b6382592a69fa737cca29370
6
+ metadata.gz: b6cd38b96677681cb003f0802a957c52bc5fe76cda67d450e8e73b1e7cc9e7704e5d744c71643a5cf9f0b42c6e429ad464b340af9e0f7e754da46e90df5d3f62
7
+ data.tar.gz: 72cafe6bf5f2990526dc991751528263162919c76aee3bbb27f55a03290106c1866060bb8db66963080f4967b2cd186dd5aa04d4f6b53e31322ee7002ea9dd75
@@ -71,7 +71,7 @@
71
71
  },
72
72
  "metadataRepository": [{
73
73
  "repository": "uuid",
74
- "metadataFormat": "format"
74
+ "metadataStandard": "format"
75
75
  }],
76
76
  "dataDictionary": [{
77
77
  "subject": "subject",
@@ -1,7 +1,7 @@
1
1
  [{
2
2
  "repository": "fb44075d-14fa-49ab-934a-76a38a78f6ec",
3
- "metadataFormat": "iso19115_1"
3
+ "metadataStandard": "iso19115_1"
4
4
  }, {
5
5
  "repository": "933b8ffa-58dd-40ee-a01e-fe4d009f52b0",
6
- "metadataFormat": "iso19115_2"
6
+ "metadataStandard": "iso19115_2"
7
7
  }]
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.0-alpha.4"
4
+ VERSION = "2.0.0-alpha.5"
5
5
  end
6
6
  end
@@ -13,7 +13,7 @@
13
13
  "description" : "Identifier for the metadata repository to which the metadata record is to be pushed.",
14
14
  "minLength" : 1
15
15
  },
16
- "metadataFormat": {
16
+ "metadataStandard": {
17
17
  "type" : "string",
18
18
  "description" : "Indicates in what format the metadata record should be delivered to the repository.",
19
19
  "minLength" : 1
@@ -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-beta",
4
+ "version": "2.0.0-alpha",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
metadata CHANGED
@@ -1,14 +1,14 @@
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.4
4
+ version: 2.0.0.pre.alpha.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-13 00:00:00.000000000 Z
11
+ date: 2017-02-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler