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

support unevaluatedProperties #222

Open
DetachHead opened this issue Jun 15, 2023 · 0 comments
Open

support unevaluatedProperties #222

DetachHead opened this issue Jun 15, 2023 · 0 comments

Comments

@DetachHead
Copy link

https://json-schema.org/understanding-json-schema/reference/object.html#id7

> npx @app-config/cli generate
app-config generate

Run code generation as specified by meta file

General:
  -C, --cwd      Run app-config in the context of this directory                                                                                                        [string]     
  -h, --help     Show help message with examples and options                                                                                                           [boolean]     
  -v, --version  Show version number                                                                                                                                   [boolean]     

Logging:
      --verbose  Outputs verbose messages with internal details                                                                                                        [boolean]     
      --quiet    Only outputs errors that user should be aware of                                                                                                      [boolean]     
      --silent   Do not print anything non-functional                                                                                                                  [boolean]     

Error: strict mode: unknown keyword: "unevaluatedProperties"
    at Object.checkStrictMode (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\validate\index.js:183:15)
    at Object.checkUnknownRules (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\util.js:32:24)
    at checkKeywords (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\validate\index.js:118:12)
    at Object.subschemaCode (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\validate\index.js:85:9)
    at Object.applySubschema (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\subschema.js:17:16)
    at KeywordCxt.subschema (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\context.js:145:28)
    at inlineRefSchema (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\vocabularies\core\ref.js:39:32)
    at Object.code (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\vocabularies\core\ref.js:25:16)
    at Object.keywordCode (C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\validate\keyword.js:12:13)
    at C:\Users\user\project\node_modules\@app-config\schema\node_modules\ajv\dist\compile\validate\iterate.js:16:35
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

No branches or pull requests

1 participant