AppConfig Feature Flags 1.0.0 schema is now available on schema store #31209
Unanswered
jeremyfiel
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://json.schemastore.org/aws-cdk-appconfig-featureflags-1.0.0.json
The one posted at AWS CDK DOCS has some schema errors where certain portions of the schema fail validation for any value. e.g.
attributeValue
has aoneOf
withadditionalProperties: false
. Nothing will pass this validation.I've taken an educated pass at resolving the schema to what appears to be a valid configuration. If you find an omission or invalid structure, please lmk and I'll fix it up.
The docs should also be updated with valid examples and a valid schema representation.
thanks
Beta Was this translation helpful? Give feedback.
All reactions