From a5d977b169a8b23d052eab4fb46429a0efa1bc7d Mon Sep 17 00:00:00 2001 From: Michael Beemer Date: Thu, 5 Dec 2024 19:23:24 +0000 Subject: [PATCH] renamed flagSetId to id, version must be a string Signed-off-by: Michael Beemer --- json/flags.json | 5 +++-- json/flags.yaml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/json/flags.json b/json/flags.json index 0a10db4..91cce8b 100644 --- a/json/flags.json +++ b/json/flags.json @@ -54,12 +54,13 @@ "title": "Flag Set Metadata", "description": "Metadata about the flag set, with keys of type string, and values of type boolean, string, or number.", "properties": { - "flagSetId": { + "id": { "description": "The unique identifier for the flag set.", "type": "string" }, "version": { - "description": "The version of the flag set." + "description": "The version of the flag set.", + "type": "string" } }, "$ref": "#/definitions/metadata" diff --git a/json/flags.yaml b/json/flags.yaml index d32349d..2c2f8b7 100644 --- a/json/flags.yaml +++ b/json/flags.yaml @@ -40,11 +40,12 @@ properties: title: Flag Set Metadata description: Metadata about the flag set, with keys of type string, and values of type boolean, string, or number. properties: - flagSetId: + id: description: The unique identifier for the flag set. type: string version: description: The version of the flag set. + type: string $ref: "#/definitions/metadata" definitions: flag: