Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: strict type object validation #24

Merged
merged 1 commit into from Jul 12, 2023
Merged

Conversation

moritzraho
Copy link
Member

Description

When validating using ajv we get the following console logs:

strict mode: missing type "object" for keyword "required" at "https://adobe.io/schemas/app-builder/app.config.yaml.json/v2#/patternProperties/%5E%5BA-Za-z0-9-_~1%5C-%5D%2B%24" (strictTypes)
strict mode: missing type "object" for keyword "properties" at "https://adobe.io/schemas/app-builder/app.config.yaml.json/v2#/patternProperties/%5E%5BA-Za-z0-9-_~1%5C-%5D%2B%24" (strictTypes)

this is a fix for it

@moritzraho moritzraho requested a review from shazron July 11, 2023 13:24
@moritzraho moritzraho merged commit fee1518 into master Jul 12, 2023
5 checks passed
@moritzraho moritzraho deleted the fix-strict-type-object branch July 12, 2023 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants