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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 92178189b79ffdea5e19d4c72ec774b8939a560d
4
- data.tar.gz: 2df80e1b210e44b2bd7d214ba9adb3b5213288fc
3
+ metadata.gz: fb8c3d9948dd510f6821421bdcb073ca4dc8790a
4
+ data.tar.gz: fe3f53f9d7f77e918261b1eb28e3daf01d3bd1bc
5
5
  SHA512:
6
- metadata.gz: ce81a7cd28cfc2665c27ce2b4a717b0a12a5fd0aa9e4e9e1de1dc86b21eaabb0de2ed066da4b24b5d7883af5c52df3092020cfd40e768c4e5c25262cbe7d10cd
7
- data.tar.gz: 826b3a8032ca4c3e6687255ab9f880d60f5a5dd468e8c568a1be9c0c6b35cf48110981e46636eb26c422e29aba3dc46a8af697e86f46f994343e773c204e99f2
6
+ metadata.gz: 238ffb168303b6260e68c10c4497eb5c11949ee93e316571188f56cfa1673030895a1efcb67e6de589ffdd9ac2faa812cf67d2ee0d170c8918dfd4dd3dee1b34
7
+ data.tar.gz: a63d1693f62dd7f93a728a19a215ff4ea8fa55043a79da0c0aac34d1a7fe1415773d3fe136758e1d26d908293f5c2a2dc4b76a1f0edbcf5948242c90cfb2516f
@@ -1,8 +1,15 @@
1
1
  # Change Log
2
2
 
3
- ## [Unreleased](https://github.com/adiwg/mdJson-schemas/tree/HEAD)
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.1...HEAD)
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
  }]
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.1.2"
4
+ VERSION = "2.2.0"
5
5
  end
6
6
  end
@@ -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
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "schema.json#",
3
3
  "$schema": "http://json-schema.org/draft-04/schema#",
4
- "version": "2.1.2",
4
+ "version": "2.2.0",
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.1.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-05-19 00:00:00.000000000 Z
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.11
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