@@ -516,7 +516,7 @@ const openApi3Definition: OpenAPIV3.Document = {
516516 bookFormat : {
517517 type : "string" ,
518518 description : "The publication format of the book." ,
519- enum : [ "AudiobookFormat " , "EBook " , "Paperback " , "Hardcover " ] ,
519+ enum : [ "AUDIOBOOK_FORMAT " , "E_BOOK " , "PAPERBACK " , "HARDCOVER " ] ,
520520 } ,
521521 publicationDate : {
522522 type : "string" ,
@@ -573,7 +573,7 @@ const openApi3Definition: OpenAPIV3.Document = {
573573 bookFormat : {
574574 type : "string" ,
575575 description : "The publication format of the book." ,
576- enum : [ "AudiobookFormat " , "EBook " , "Paperback " , "Hardcover " ] ,
576+ enum : [ "AUDIOBOOK_FORMAT " , "E_BOOK " , "PAPERBACK " , "HARDCOVER " ] ,
577577 } ,
578578 publicationDate : {
579579 type : "string" ,
@@ -705,7 +705,12 @@ const parsed = [
705705 range : null ,
706706 type : "string" ,
707707 arrayType : null ,
708- enum : [ "AudiobookFormat" , "EBook" , "Paperback" , "Hardcover" ] ,
708+ enum : {
709+ "Audiobook format" : "AUDIOBOOK_FORMAT" ,
710+ "E book" : "E_BOOK" ,
711+ Paperback : "PAPERBACK" ,
712+ Hardcover : "HARDCOVER" ,
713+ } ,
709714 reference : null ,
710715 embedded : null ,
711716 nullable : false ,
@@ -829,7 +834,12 @@ const parsed = [
829834 range : null ,
830835 type : "string" ,
831836 arrayType : null ,
832- enum : [ "AudiobookFormat" , "EBook" , "Paperback" , "Hardcover" ] ,
837+ enum : {
838+ "Audiobook format" : "AUDIOBOOK_FORMAT" ,
839+ "E book" : "E_BOOK" ,
840+ Paperback : "PAPERBACK" ,
841+ Hardcover : "HARDCOVER" ,
842+ } ,
833843 reference : null ,
834844 embedded : null ,
835845 nullable : false ,
@@ -927,7 +937,12 @@ const parsed = [
927937 range : null ,
928938 type : "string" ,
929939 arrayType : null ,
930- enum : [ "AudiobookFormat" , "EBook" , "Paperback" , "Hardcover" ] ,
940+ enum : {
941+ "Audiobook format" : "AUDIOBOOK_FORMAT" ,
942+ "E book" : "E_BOOK" ,
943+ Paperback : "PAPERBACK" ,
944+ Hardcover : "HARDCOVER" ,
945+ } ,
931946 reference : null ,
932947 embedded : null ,
933948 nullable : false ,
0 commit comments