diff --git a/idn/beta/schemas/JsonPatchOperation.yaml b/idn/beta/schemas/JsonPatchOperation.yaml index f1639efc..6448c799 100644 --- a/idn/beta/schemas/JsonPatchOperation.yaml +++ b/idn/beta/schemas/JsonPatchOperation.yaml @@ -24,6 +24,9 @@ properties: - type: string example: "New description" title: string + - type: boolean + example: true + title: boolean - type: integer example: 300 title: integer diff --git a/idn/v3/schemas/JsonPatchOperation.yaml b/idn/v3/schemas/JsonPatchOperation.yaml index f1639efc..6448c799 100644 --- a/idn/v3/schemas/JsonPatchOperation.yaml +++ b/idn/v3/schemas/JsonPatchOperation.yaml @@ -24,6 +24,9 @@ properties: - type: string example: "New description" title: string + - type: boolean + example: true + title: boolean - type: integer example: 300 title: integer