From ffe5ab3d8135818ce81e717abb1f9e885b33a015 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Thu, 18 Apr 2024 11:24:09 +0000 Subject: [PATCH] Automated commit 'Merge pull request #1648 from sailpoint/devrel-1520 update JsonPatchOperation to include boolean type for both Beta and V3' by github action: 8737045926 --- idn/beta/schemas/JsonPatchOperation.yaml | 3 +++ idn/v3/schemas/JsonPatchOperation.yaml | 3 +++ 2 files changed, 6 insertions(+) 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