Skip to content

Commit

Permalink
fixup: move metadata
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert committed Jan 10, 2025
1 parent 8d84b63 commit 3bb65bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/flag-definitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ A fully configured flag may look like this.
```json
{
"$schema": "https://flagd.dev/schema/v0/flags.json",
"metadata": {
"team": "platform-engineering"
},
"flags": {
"flags": {
"new-welcome-banner": {
"state": "ENABLED",
"variants": {
Expand All @@ -64,6 +61,9 @@ A fully configured flag may look like this.
"version": "17"
}
}
},
"metadata": {
"team": "platform-engineering"
}
}
```
Expand Down

0 comments on commit 3bb65bb

Please sign in to comment.