Skip to content

Commit

Permalink
Rollback integer as valid value
Browse files Browse the repository at this point in the history
This will keep it in synch with sul-dlss/dor-services-app#1073
  • Loading branch information
jcoyne committed Sep 21, 2020
1 parent 89ace7f commit 8729af8
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 8729af8

Please sign in to comment.