Skip to content

Commit

Permalink
Merge pull request #236 from sul-dlss/rollback-integer
Browse files Browse the repository at this point in the history
Rollback accepting an integer value in the description
  • Loading branch information
ndushay authored Oct 20, 2020
2 parents 5c21840 + c6f0078 commit 479f42c
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 @@ -528,7 +528,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 479f42c

Please sign in to comment.