Skip to content

Commit

Permalink
docs: Make type optional and clarify intention
Browse files Browse the repository at this point in the history
  • Loading branch information
maxveldink committed Feb 17, 2024
1 parent fbd8475 commit ac4b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/types.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ A structure containing the following fields:
A structure which supports definition of arbitrary properties, with keys of type `string`, and values of type `boolean`, `string`, or `number`.

`key` is a required property with a value of `string`.
`type` is a required property with a `string` value of either `boolean`, `string`, `number`, or `structure`.
`type` is an optional property with a `string` value indicating which client resolution method should be used to resolve the flag key.

This structure is populated by a provider for use by an [Application Author](./glossary.md#application-author) via the [Evaluation API](./glossary.md#evaluation-api) or an [Application Integrator](./glossary.md#application-integrator) via [hooks](./sections/04-hooks.md).

Expand Down

0 comments on commit ac4b621

Please sign in to comment.