Skip to content

Commit

Permalink
renamed flagSetId to id, version must be a string
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr committed Dec 5, 2024
1 parent a94c480 commit a5d977b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions json/flags.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 2 additions & 1 deletion json/flags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a5d977b

Please sign in to comment.