We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug which template:
additionalProperties aren't displayed.
To Reproduce Steps to reproduce the behavior:
Use this schema to reproduce bug.
schema = { "parameters": { "$schema": 'https://json-schema.org/draft/2020-12/schema', "type": 'object', "properties": { "rangesByKey": { "type": 'object', "additionalProperties": { "type": 'object', "properties": { "min": { "type": 'integer', }, "max": { "type": 'integer', }, }, }, }, }, }, };
Expected behavior Additional Properties should be displayed in plain html as defined in schema.
Screenshots
Desktop (please complete the following information):
Log output covering before error and any error statements
no errors or logs are thrown
Detailed Description
Context
Possible Implementation
The text was updated successfully, but these errors were encountered:
I second this!
Sorry, something went wrong.
This project is dead, but issue is still relevant
No branches or pull requests
Describe the bug
which template:
additionalProperties aren't displayed.
To Reproduce
Steps to reproduce the behavior:
Use this schema to reproduce bug.
schema = {
"parameters": {
"$schema": 'https://json-schema.org/draft/2020-12/schema',
"type": 'object',
"properties": {
"rangesByKey": {
"type": 'object',
"additionalProperties": {
"type": 'object',
"properties": {
"min": {
"type": 'integer',
},
"max": {
"type": 'integer',
},
},
},
},
},
},
};
Expected behavior
Additional Properties should be displayed in plain html as defined in schema.
Screenshots
Desktop (please complete the following information):
Log output covering before error and any error statements
Detailed Description
Context
Possible Implementation
The text was updated successfully, but these errors were encountered: