adiwg-mdjson_schemas 2.1.2 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -3
- data/examples/metadataRepository.json +18 -1
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/metadataRepository.json +7 -0
- data/schema/schema.json +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb8c3d9948dd510f6821421bdcb073ca4dc8790a
|
|
4
|
+
data.tar.gz: fe3f53f9d7f77e918261b1eb28e3daf01d3bd1bc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 238ffb168303b6260e68c10c4497eb5c11949ee93e316571188f56cfa1673030895a1efcb67e6de589ffdd9ac2faa812cf67d2ee0d170c8918dfd4dd3dee1b34
|
|
7
|
+
data.tar.gz: a63d1693f62dd7f93a728a19a215ff4ea8fa55043a79da0c0aac34d1a7fe1415773d3fe136758e1d26d908293f5c2a2dc4b76a1f0edbcf5948242c90cfb2516f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [v2.2.0](https://github.com/adiwg/mdJson-schemas/tree/v2.2.0)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.1.
|
|
5
|
+
[Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.1.2...v2.2.0)
|
|
6
|
+
|
|
7
|
+
**Implemented enhancements:**
|
|
8
|
+
|
|
9
|
+
- Add metadataRepository-\>citation [\#147](https://github.com/adiwg/mdJson-schemas/issues/147)
|
|
10
|
+
|
|
11
|
+
## [v2.1.2](https://github.com/adiwg/mdJson-schemas/tree/v2.1.2) (2017-05-19)
|
|
12
|
+
[Full Changelog](https://github.com/adiwg/mdJson-schemas/compare/v2.1.1...v2.1.2)
|
|
6
13
|
|
|
7
14
|
**Implemented enhancements:**
|
|
8
15
|
|
|
@@ -56,4 +63,4 @@
|
|
|
56
63
|
- Fixed spatialRepresentation ([1833df8](https://github.com/adiwg/mdJson-schemas/commit/1833df80b9324dfbc5eb067821bde4a8011ccc08) )
|
|
57
64
|
|
|
58
65
|
|
|
59
|
-
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
66
|
+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
|
@@ -1,7 +1,24 @@
|
|
|
1
1
|
[{
|
|
2
2
|
"repository": "fb44075d-14fa-49ab-934a-76a38a78f6ec",
|
|
3
|
-
"metadataStandard": "iso19115_1"
|
|
3
|
+
"metadataStandard": "iso19115_1",
|
|
4
|
+
"citation": {
|
|
5
|
+
"title": "title"
|
|
6
|
+
}
|
|
4
7
|
}, {
|
|
5
8
|
"repository": "933b8ffa-58dd-40ee-a01e-fe4d009f52b0",
|
|
6
9
|
"metadataStandard": "iso19115_2"
|
|
10
|
+
}, {
|
|
11
|
+
"repository": "data.gov",
|
|
12
|
+
"citation": {
|
|
13
|
+
"title": "title"
|
|
14
|
+
},
|
|
15
|
+
"identifier": {
|
|
16
|
+
"identifier": "identifier",
|
|
17
|
+
"namespace": "namespace",
|
|
18
|
+
"version": "version",
|
|
19
|
+
"description": "description",
|
|
20
|
+
"authority": {
|
|
21
|
+
"title": "title"
|
|
22
|
+
}
|
|
23
|
+
}
|
|
7
24
|
}]
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
"type" : "string",
|
|
18
18
|
"description" : "Indicates in what format the metadata record should be delivered to the repository.",
|
|
19
19
|
"minLength" : 1
|
|
20
|
+
},
|
|
21
|
+
"citation": {
|
|
22
|
+
"description": "Citation for the repository.",
|
|
23
|
+
"translation": {
|
|
24
|
+
"ISO 19115-2": ["CI_Citation"]
|
|
25
|
+
},
|
|
26
|
+
"$ref": "./citation.json#"
|
|
20
27
|
}
|
|
21
28
|
}
|
|
22
29
|
}
|
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.
|
|
4
|
+
version: 2.2.0
|
|
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-
|
|
11
|
+
date: 2017-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -326,7 +326,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
326
326
|
version: '0'
|
|
327
327
|
requirements: []
|
|
328
328
|
rubyforge_project:
|
|
329
|
-
rubygems_version: 2.6.
|
|
329
|
+
rubygems_version: 2.6.8
|
|
330
330
|
signing_key:
|
|
331
331
|
specification_version: 4
|
|
332
332
|
summary: JSON schemas for the ADIwg metadata standard
|