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 +4 -4
- data/examples/mdJson.json +1 -1
- data/examples/metadataRepository.json +2 -2
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/metadataRepository.json +1 -1
- data/schema/schema.json +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5d78fcacc8142b47dd5f7faad6e32fbc99eff658
|
4
|
+
data.tar.gz: fdf491fab26c8882dbc760b8b9cffc18cdf90864
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b6cd38b96677681cb003f0802a957c52bc5fe76cda67d450e8e73b1e7cc9e7704e5d744c71643a5cf9f0b42c6e429ad464b340af9e0f7e754da46e90df5d3f62
|
7
|
+
data.tar.gz: 72cafe6bf5f2990526dc991751528263162919c76aee3bbb27f55a03290106c1866060bb8db66963080f4967b2cd186dd5aa04d4f6b53e31322ee7002ea9dd75
|
data/examples/mdJson.json
CHANGED
@@ -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
|
-
"
|
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
|
data/schema/schema.json
CHANGED
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
|
+
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-
|
11
|
+
date: 2017-02-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|