cocina-models 0.47.0 → 0.47.1
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/lib/cocina/models/version.rb +1 -1
- data/openapi.yml +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf1ffbb85b37f0bee58a8c5129d3386b123eab2e3ae8d9d128b8841be3e6f5c5
|
|
4
|
+
data.tar.gz: 6521ed40213146dad2898c4af1715ed665354b2c541ef8b4b02b719374877691
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8587d56d30006c5f1d13d877c34d69be20c9c72625bcaf0ec9b5afae2b952310dfed927512e9952d5f7a68546441e4640ac749162b31c9d0177555502fe584c4
|
|
7
|
+
data.tar.gz: 48d00fc55deb5cfa030219e7eda2ee5cccabd9602af31eeafec2ae05e25eb1c7786e8c05609bb55da51d9db86ddb5d08d3f287ffc327c2534fd767e1feb8e447
|
data/openapi.yml
CHANGED
|
@@ -430,7 +430,7 @@ components:
|
|
|
430
430
|
DescriptiveBasicValue:
|
|
431
431
|
description: Basic value model for descriptive elements.
|
|
432
432
|
type: object
|
|
433
|
-
# additionalProperties breaks the validator, unclear as to why.
|
|
433
|
+
# additionalProperties breaks the validator for allOf, unclear as to why.
|
|
434
434
|
# additionalProperties: false
|
|
435
435
|
allOf:
|
|
436
436
|
- $ref: "#/components/schemas/DescriptiveStructuredValue"
|
|
@@ -534,7 +534,8 @@ components:
|
|
|
534
534
|
DescriptiveValue:
|
|
535
535
|
description: Default value model for descriptive elements.
|
|
536
536
|
type: object
|
|
537
|
-
additionalProperties
|
|
537
|
+
# additionalProperties breaks the validator for allOf, unclear as to why.
|
|
538
|
+
# additionalProperties: false
|
|
538
539
|
allOf:
|
|
539
540
|
- $ref: "#/components/schemas/DescriptiveBasicValue"
|
|
540
541
|
- $ref: "#/components/schemas/AppliesTo"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cocina-models
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.47.
|
|
4
|
+
version: 0.47.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Justin Coyne
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|