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
Currently the app does not render schema elements that have mixed data type, e.g.
"customAttributes": { "default": [], "type": "array", "items": { "type": "object", "required": [ "key", "value" ], "properties": { "key": { "type": "string", "pattern": "^[a-zA-Z0-9_-]+$" }, "value": { "type": [ "number", "integer", "string", "boolean" ] } }, "additionalProperties": false } }
The app should be able to render the element, as below
The text was updated successfully, but these errors were encountered:
Support 'type' being an array. Closes temando#36
ac192a2
d87619e
Merge pull request #73 from brendo/issue-36-handle-mixed-data-type
c774d99
Support 'type' being an array. Closes #36
b3b81b2
Merge pull request temando#73 from brendo/issue-36-handle-mixed-data-…
50b500d
…type Support 'type' being an array. Closes temando#36
89e2ca5
1433699
brendo
No branches or pull requests
Currently the app does not render schema elements that have mixed data type, e.g.
The app should be able to render the element, as below
The text was updated successfully, but these errors were encountered: