From 350118d9fe46d8c08195069f1e767cd7d2991dfe Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Fri, 4 Feb 2022 11:47:11 +1100 Subject: [PATCH] Remove required field --- types/primitive.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/types/primitive.yaml b/types/primitive.yaml index 002e9307..9b0a85f1 100644 --- a/types/primitive.yaml +++ b/types/primitive.yaml @@ -36,7 +36,6 @@ DependentRoot: ExecutionOptimistic: allOf: - type: boolean - - required: false - example: false - description: "True if the response references an unverified execution payload. Optimistic information may be invalidated at a later time. If the field is not present, assume the False value."