Skip to content

Commit

Permalink
Swagger custom fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jasollien committed Apr 8, 2024
1 parent 0504978 commit 3c2fdf6
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2711,3 +2711,41 @@ components:
name: $skip
schema:
type: string
custom_field:
parameters:
id:
type: string
name:
type: string
type:
type: string
enum:
- integer
- decimal
- string
- boolean
- enum
- date
- date-time
readonly:
type: boolean
minArraySize:
type: integer
maxArraySize:
type: integer
defaultValue:
type: array
items:
type: string
enumValues:
type: array
items:
$ref: '#/components/schemas/custom_field_enum_value'
custom_field_enum_value:
parameters:
value:
type: string
displayValue:
type: string
readonly:
type: boolean

0 comments on commit 3c2fdf6

Please sign in to comment.