Skip to content

Commit

Permalink
fix: remove typing from node.attribute.value
Browse files Browse the repository at this point in the history
Closes ory/sdk#75
Closes ory/sdk#74
Closes ory/sdk#72
  • Loading branch information
aeneasr committed May 20, 2021
1 parent 952a774 commit 188bcc6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .schema/openapi/patches/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@
- op: add
path: /components/schemas/uiNodeInputAttributes/properties/value/nullable
value: true
- op: replace
path: /components/schemas/uiNodeInputAttributesValue
value:
oneOf:
- type: string
- type: number
- type: boolean
- op: add
path: /components/schemas/uiNodeInputAttributes/properties/value/$ref
value: "#/components/schemas/uiNodeInputAttributesValue"
- op: remove
path: /components/schemas/uiNodeInputAttributes/properties/value

- op: replace
path: /components/schemas/selfServiceErrorContainer/properties/errors/type
Expand Down

0 comments on commit 188bcc6

Please sign in to comment.