Skip to content

Commit

Permalink
fix: Don't use markdown in specification
Browse files Browse the repository at this point in the history
Signed-off-by: Max VelDink <[email protected]>
  • Loading branch information
maxveldink authored and Kavindu-Dodan committed Feb 23, 2024
1 parent 72b496f commit fba1a6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specification.json
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
{
"id": "Requirement 2.1.2",
"machine_id": "requirement_2_1_2",
"content": "The provider MAY define an `allFlagMetadata` field or accessor of type collection of [flag_metadata](../types.md",
"content": "The provider MAY define an `allFlagMetadata` field or accessor of type collection of flag_metadata, which identifies all available flag keys in the provider.",
"RFC 2119 keyword": "MAY",
"children": []
},
Expand Down
2 changes: 1 addition & 1 deletion specification/sections/02-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ provider.getMetadata().getName(); // "my-custom-provider"

#### Requirement 2.1.2

> The provider **MAY** define an `allFlagMetadata` field or accessor of type collection of [flag_metadata](../types.md#flag-metadata), which identifies all available flag keys in the provider.
> The provider **MAY** define an `allFlagMetadata` field or accessor of type collection of flag_metadata, which identifies all available flag keys in the provider.
```typescript
provider.getAllFlagMetadata(); // [{"key": "featureA", "type": "boolean"}, {"key": "featureB", "type": "string"}]
Expand Down

0 comments on commit fba1a6a

Please sign in to comment.