adiwg-mdjson_schemas 2.0.2 → 2.0.3

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: 7f9bf2dc3bbaee289991b9ee9f3e57df8842066a
4
- data.tar.gz: 44b8d90fe6e9a5950c88d6781411ad00690bcc78
3
+ metadata.gz: d56eeb16bd147b77ac702ef7119ed3d3ce1cc796
4
+ data.tar.gz: 2d1d72f13d604bc76242d675d98eda72e3f745f9
5
5
  SHA512:
6
- metadata.gz: fc79c4d5909acddce5c08c41a12988f11081164228cb165f4cab82ae12b118a2b4c45f3df730a7fabafc6b724341f247116ddd7e5ad195ee6428f9b6adf57c81
7
- data.tar.gz: 0363bfca11bf7d1624d3f890a7a7b088eedff1d17aa4cc55bbbf19617a28ab836605c1a11100c68a580dd94aebdad85c2c0af3199fec58f7a4868f0116588deb
6
+ metadata.gz: c898703e65eaa886a753bd6b78057a383c4d56c29913f9e4783aa0d2dc3959c341bda28941a58286cb50e16583f7a9d5962b932ca0840cc8f0a4405958da406a
7
+ data.tar.gz: e401ff4b5282cced39a41331151b7d344bbdfd3a3512032076f8bb0c11bde7d5469a7d120340f54ce0ccba02ca14800c08529bd68bdaf6581cf4a51a55130e9d
@@ -1,6 +1,6 @@
1
1
  module ADIWG
2
2
  module MdjsonSchemas
3
3
  # Current schema version number
4
- VERSION = "2.0.2"
4
+ VERSION = "2.0.3"
5
5
  end
6
6
  end
@@ -20,8 +20,7 @@
20
20
  "checkPointDescription": {
21
21
  "type": "string",
22
22
  "description": "Description of geographic positions points used to test the accuracy of the georeferenced grid data.",
23
- "translation": {},
24
- "minLength": 1
23
+ "translation": {}
25
24
  },
26
25
  "cornerPoints": {
27
26
  "description": "The earth location in the coordinate system defined by the Spatial Reference System and the grid coordinate of the cells at opposite ends of grid coverage along two diagonals in the grid spatial dimensions. Note: There are four corner points in a georectified grid; at least two corner points along one diagonal are required. The first corner point corresponds to the origin of the grid.",
@@ -60,14 +59,12 @@
60
59
  "transformationDimensionDescription": {
61
60
  "type": "string",
62
61
  "description": "Point in a pixel corresponding to the Earth location of the pixel.",
63
- "translation": {},
64
- "minLength": 1
62
+ "translation": {}
65
63
  },
66
64
  "transformationDimensionMapping": {
67
65
  "type": "string",
68
66
  "description": "Point in a pixel corresponding to the Earth location of the pixel.",
69
- "translation": {},
70
- "minLength": 1
67
+ "translation": {}
71
68
  }
72
69
  },
73
70
  "definitions": {
data/schema/schema.json CHANGED
@@ -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.2",
4
+ "version": "2.0.3",
5
5
  "description": "schema for ADIwg mdJSON metadata",
6
6
  "example": "../examples/mdJson.json",
7
7
  "type": "object",
@@ -10,8 +10,7 @@
10
10
  "topologyLevel": {
11
11
  "type": "string",
12
12
  "description": "Identifies the degree of complexity of the spatial relationships",
13
- "translation": {},
14
- "minLength": 1
13
+ "translation": {}
15
14
  },
16
15
  "vectorObject": {
17
16
  "type": "array",
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.2
4
+ version: 2.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Bradley, Stan Smith