From 8729af8e869b29a238f88a18d21c1568e6158f4e Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Mon, 21 Sep 2020 16:05:36 -0500 Subject: [PATCH] Rollback integer as valid value This will keep it in synch with https://github.com/sul-dlss/dor-services-app/pull/1073 --- openapi.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openapi.yml b/openapi.yml index 998bb04c..d912e908 100644 --- a/openapi.yml +++ b/openapi.yml @@ -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