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

additionalProperties aren't displayed #330

Open
1 of 5 tasks
t3rmo opened this issue Aug 29, 2022 · 2 comments
Open
1 of 5 tasks

additionalProperties aren't displayed #330

t3rmo opened this issue Aug 29, 2022 · 2 comments

Comments

@t3rmo
Copy link

t3rmo commented Aug 29, 2022

Describe the bug
which template:

  • MaterialDesignFrameworkModule — Material Design
  • Bootstrap3FrameworkModule — Bootstrap 3
  • Bootstrap4FrameworkModule — Bootstrap 4
  • NoFrameworkModule — plain HTML <---
  • Other (please specify below)

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
image

Desktop (please complete the following information):

  • OS: [Win 10]
  • Browser [chrome]
  • Version [Version 104.0.5112.102 64bit]

Log output covering before error and any error statements

no errors or logs are thrown

Detailed Description

Context

Possible Implementation

@lambnoah99
Copy link

I second this!

@t3rmo
Copy link
Author

t3rmo commented Jan 17, 2023

This project is dead, but issue is still relevant

Repository owner deleted a comment from inekit Jan 23, 2024
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

2 participants