From ba5738537335ae5cb42b9362eae2fd13e582a4f4 Mon Sep 17 00:00:00 2001 From: Chrusty <> Date: Fri, 1 Oct 2021 08:56:31 +1300 Subject: [PATCH] Forgot to update the sample with the new google.protobuf.Struct --- jsonschemas/WellKnown.jsonschema | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jsonschemas/WellKnown.jsonschema b/jsonschemas/WellKnown.jsonschema index 6f0b80f9..c044016f 100644 --- a/jsonschemas/WellKnown.jsonschema +++ b/jsonschemas/WellKnown.jsonschema @@ -33,6 +33,10 @@ "type": "string", "description": "This is a duration:", "format": "regex" + }, + "struct": { + "additionalProperties": true, + "type": "object" } }, "additionalProperties": true,