Skip to content

Commit c74a8ab

Browse files
OpenApi: add missing default attribute to UserSchemaAttribute
1 parent 111611c commit c74a8ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/swagger/api.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66417,6 +66417,9 @@ components:
6641766417
UserSchemaAttribute:
6641866418
type: object
6641966419
properties:
66420+
default:
66421+
nullable: true
66422+
type: object
6642066423
description:
6642166424
type: string
6642266425
description: Description of the property

0 commit comments

Comments
 (0)