Skip to content

Commit 316c5f2

Browse files
1 parent 6d623cd commit 316c5f2

File tree

1 file changed

+156
-36
lines changed

1 file changed

+156
-36
lines changed

openapi/swagger.json

Lines changed: 156 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -302,30 +302,90 @@
302302
"type": "string",
303303
"enum": [
304304
"string",
305+
"uri",
306+
"imageURI",
307+
"audioURI",
308+
"markdown",
309+
"phoneNumber",
310+
"emailAddress",
311+
"emoji",
312+
"date",
313+
"time",
314+
"dateTime",
315+
"duration",
305316
"number",
306317
"boolean",
307-
"uri",
308-
"dateTime"
318+
"json"
309319
]
310320
},
311321
{
312-
"type": "object",
313-
"properties": {
314-
"kind": {
315-
"type": "string",
316-
"enum": [
317-
"string",
318-
"number",
319-
"boolean",
320-
"uri",
321-
"dateTime"
322-
]
322+
"anyOf": [
323+
{
324+
"type": "object",
325+
"properties": {
326+
"kind": {
327+
"type": "string",
328+
"enum": [
329+
"string",
330+
"uri",
331+
"imageURI",
332+
"audioURI",
333+
"markdown",
334+
"phoneNumber",
335+
"emailAddress",
336+
"emoji",
337+
"date",
338+
"time",
339+
"dateTime",
340+
"duration",
341+
"number",
342+
"boolean",
343+
"json"
344+
]
345+
}
346+
},
347+
"required": [
348+
"kind"
349+
],
350+
"additionalProperties": false
351+
},
352+
{
353+
"type": "object",
354+
"properties": {
355+
"kind": {
356+
"type": "string",
357+
"enum": [
358+
"array"
359+
]
360+
},
361+
"items": {
362+
"type": "string",
363+
"enum": [
364+
"string",
365+
"uri",
366+
"imageURI",
367+
"audioURI",
368+
"markdown",
369+
"phoneNumber",
370+
"emailAddress",
371+
"emoji",
372+
"date",
373+
"time",
374+
"dateTime",
375+
"duration",
376+
"number",
377+
"boolean",
378+
"json"
379+
]
380+
}
381+
},
382+
"required": [
383+
"kind",
384+
"items"
385+
],
386+
"additionalProperties": false
323387
}
324-
},
325-
"required": [
326-
"kind"
327-
],
328-
"additionalProperties": false
388+
]
329389
}
330390
],
331391
"description": "The type of the column."
@@ -630,30 +690,90 @@
630690
"type": "string",
631691
"enum": [
632692
"string",
693+
"uri",
694+
"imageURI",
695+
"audioURI",
696+
"markdown",
697+
"phoneNumber",
698+
"emailAddress",
699+
"emoji",
700+
"date",
701+
"time",
702+
"dateTime",
703+
"duration",
633704
"number",
634705
"boolean",
635-
"uri",
636-
"dateTime"
706+
"json"
637707
]
638708
},
639709
{
640-
"type": "object",
641-
"properties": {
642-
"kind": {
643-
"type": "string",
644-
"enum": [
645-
"string",
646-
"number",
647-
"boolean",
648-
"uri",
649-
"dateTime"
650-
]
710+
"anyOf": [
711+
{
712+
"type": "object",
713+
"properties": {
714+
"kind": {
715+
"type": "string",
716+
"enum": [
717+
"string",
718+
"uri",
719+
"imageURI",
720+
"audioURI",
721+
"markdown",
722+
"phoneNumber",
723+
"emailAddress",
724+
"emoji",
725+
"date",
726+
"time",
727+
"dateTime",
728+
"duration",
729+
"number",
730+
"boolean",
731+
"json"
732+
]
733+
}
734+
},
735+
"required": [
736+
"kind"
737+
],
738+
"additionalProperties": false
739+
},
740+
{
741+
"type": "object",
742+
"properties": {
743+
"kind": {
744+
"type": "string",
745+
"enum": [
746+
"array"
747+
]
748+
},
749+
"items": {
750+
"type": "string",
751+
"enum": [
752+
"string",
753+
"uri",
754+
"imageURI",
755+
"audioURI",
756+
"markdown",
757+
"phoneNumber",
758+
"emailAddress",
759+
"emoji",
760+
"date",
761+
"time",
762+
"dateTime",
763+
"duration",
764+
"number",
765+
"boolean",
766+
"json"
767+
]
768+
}
769+
},
770+
"required": [
771+
"kind",
772+
"items"
773+
],
774+
"additionalProperties": false
651775
}
652-
},
653-
"required": [
654-
"kind"
655-
],
656-
"additionalProperties": false
776+
]
657777
}
658778
],
659779
"description": "The type of the column."

0 commit comments

Comments
 (0)