adiwg-mdjson_schemas 2.0.0.pre.alpha.9 → 2.0.0.pre.alpha.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/examples/transferOption.json +2 -2
- data/lib/adiwg/mdjson_schemas/version.rb +1 -1
- data/schema/schema.json +1 -1
- data/schema/transferOption.json +2 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c41e78797d283842439fb122f9747e19746baa42
|
4
|
+
data.tar.gz: cdffe651f6ca5f336920977d75618af67c298014
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b9e3df11f564fd7fa72ba409874a1a2abeafe2e3d76fb86ffa65b68cdb2418bb66a95711ddb745e037df38b40ea3057d152d9261ee3562afae4634a26be4572
|
7
|
+
data.tar.gz: 82a36b3708915758980f830395c5cc3e7ff69e7dc5b2737d2b671192614668d44236ba1890f031546ade2815a759b9abbde4cdecca181663c172528fc1e49381
|
data/schema/schema.json
CHANGED
data/schema/transferOption.json
CHANGED
@@ -45,12 +45,10 @@
|
|
45
45
|
}
|
46
46
|
},
|
47
47
|
"transferFrequency": {
|
48
|
-
"type": "array",
|
49
48
|
"description": "The rate of occurrence of distribution.",
|
50
49
|
"translation": {},
|
51
|
-
"
|
52
|
-
|
53
|
-
}
|
50
|
+
"$ref": "./timePeriod.json#/definitions/duration"
|
51
|
+
|
54
52
|
},
|
55
53
|
"distributionFormat": {
|
56
54
|
"type": "array",
|