adiwg-mdjson_schemas 2.0.0.pre.beta.2 → 2.0.0.pre.beta.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/constraint.json +4 -5
- data/schema/georeferenceableRepresentation.json +1 -2
- data/schema/measure.json +6 -6
- data/schema/schema.json +1 -1
- data/schema/scope.json +0 -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: 32efb5d5f59b97b007cf7618edf9692f0d3f450c
|
4
|
+
data.tar.gz: ef1da9ada56e1da0ca261415c34b186d0b25c474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 10d499a5a15ddc94dbadd4a87b7734e9c5e603edfae2a06b3f45fad52d7176e12ee8b850d6c8b8353f18ad9756ec287a5fa9087537ecf9e0fcde78b0279e0fb1
|
7
|
+
data.tar.gz: 5c97d54fd677204b3cf89ac7a6c1ed19fe8091f7efffdd85dfebcc977c0f034d2749e8709d6fdac225709be2c0411b800ad14f869c9e17aa505999d000c49b48
|
data/schema/constraint.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
"required": ["useLimitation"]
|
10
10
|
}, {
|
11
11
|
"type": "object",
|
12
|
-
"title": "security is
|
12
|
+
"title": "security required if type is security",
|
13
13
|
"required": ["security"],
|
14
14
|
"properties": {
|
15
15
|
"type": {
|
@@ -18,7 +18,7 @@
|
|
18
18
|
}
|
19
19
|
}, {
|
20
20
|
"type": "object",
|
21
|
-
"title": "legal is
|
21
|
+
"title": "legal required if type is legal",
|
22
22
|
"required": ["legal"],
|
23
23
|
"properties": {
|
24
24
|
"type": {
|
@@ -28,9 +28,8 @@
|
|
28
28
|
}],
|
29
29
|
"properties": {
|
30
30
|
"type": {
|
31
|
-
"
|
32
|
-
"description": "Indicates the type of constraint."
|
33
|
-
"enum": ["use", "legal", "security"]
|
31
|
+
"enum": ["use", "legal", "security"],
|
32
|
+
"description": "Indicates the type of constraint."
|
34
33
|
},
|
35
34
|
"useLimitation": {
|
36
35
|
"type": "array",
|
@@ -24,8 +24,7 @@
|
|
24
24
|
"orientationParameterDescription": {
|
25
25
|
"type": "string",
|
26
26
|
"description": "Description of parameters used to describe sensor orientation.",
|
27
|
-
"translation": {}
|
28
|
-
"minLength": 1
|
27
|
+
"translation": {}
|
29
28
|
},
|
30
29
|
"georeferencedParameter": {
|
31
30
|
"type": "string",
|
data/schema/measure.json
CHANGED
@@ -4,24 +4,24 @@
|
|
4
4
|
"type": "object",
|
5
5
|
"title": "measure",
|
6
6
|
"description": "Number and type of units",
|
7
|
-
"example": "../examples/measure.json",
|
7
|
+
"example": "../examples/measure.json",
|
8
|
+
"required": ["type", "value", "unitOfMeasure"],
|
8
9
|
"additionalProperties": true,
|
9
10
|
"properties": {
|
10
11
|
"type": {
|
11
|
-
"
|
12
|
+
"enum": ["distance", "length", "angle", "measure", "scale"],
|
12
13
|
"description": "The type of measurement.",
|
13
|
-
|
14
|
-
"enum": ["distance", "length", "vertical", "angle"]
|
14
|
+
"translation": {}
|
15
15
|
},
|
16
16
|
"value": {
|
17
17
|
"type": "number",
|
18
18
|
"description": "The number of units in the measurement.",
|
19
|
-
|
19
|
+
"translation": {}
|
20
20
|
},
|
21
21
|
"unitOfMeasure": {
|
22
22
|
"type": "string",
|
23
23
|
"description": "The type of units to associated with the value.",
|
24
|
-
|
24
|
+
"translation": {},
|
25
25
|
"minLength": 1
|
26
26
|
}
|
27
27
|
}
|
data/schema/schema.json
CHANGED
data/schema/scope.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.beta.
|
4
|
+
version: 2.0.0.pre.beta.3
|
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-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|