Skip to content

Commit

Permalink
Merge pull request #156 from sul-dlss/rollback
Browse files Browse the repository at this point in the history
Rollback integer as valid value
  • Loading branch information
justinlittman authored Sep 22, 2020
2 parents 89ace7f + 8729af8 commit fb5d3f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,10 @@ components:
description: String or integer value of the descriptive element.
oneOf:
- type: string
- type: integer
# Title note (nonsorting character count) was supposed to be able to accept an integer value,
# but this triggered a bug in committee:
# https://github.com/interagent/committee/issues/286
# - type: integer
type:
description: Type of value provided by the descriptive element.
type: string
Expand Down

0 comments on commit fb5d3f2

Please sign in to comment.