vishnu947

Results 5 comments of vishnu947

Something like this, how can i put in my example reference link: https://opis.io/json-schema/2.x/variables.html { "$id": "http://example.com/number#", "type": "object", "properties": { "type": { "type": "string", "enum": ["natural", "integer", "real", "complex"] },...

Hi I went ahead with dependencies https://json-editor.github.io/json-editor/?data=N4Ig9gDgLglmB2BnEAuUMDGCA2MBGqIAZglAIYDuApomALZUCsIANOHgFZUZQD62ZAJ5gArlELwwAJzplsrEIgwALKrNShYUbFUIAVGuLZRBEXSnZceCqVQCOImLYAmqANogoaiAK8mzIAC6bBBSkFRSsDQant6+VP7mmjDa5iAGdD5kfqa6xrmEiFBSMPAA5gpU8CJ07sTStcZkeDpBAL5sRDBU2M6IvCQyMQAktkSEAMQA9M5UXfApcEhTXT19vLPziwgKkLAIyGggs2bws/AY3YeacdkJBRaDtW0vnd29/eQtSSCjc5MzOalbbLVYfDZAhb7eC7aBLa7HKinc6XaJHLyZeKJQhfVovV6IrbQhFg9abYHQmJaVoWABi7z6CmxFjIUikQgUT2yOOarTYKTUCOpaQAkhjkPkAhYwJxuEYQKFwpErjEBHgegBpKiCKkpGkgAAyzR6AGttUyHopiqUKh0QBQYM4oMpdalCAB1R3Oi1SkClLxlCIgfH4tiIZRgCi8CJhKSHP3wLzsnhLJmqBiEPBgMBQIrsiAAFmDbSAA== But issue is i need to start with 2 arrays "fields_form": [], "fields_table": [] and in edit mode they both are open so...

I am using below schema in "@json-editor/json-editor": "2.8.0", : { "title": "Tabs", "type": "array", "default": [], "format": "tabs-top", "items": { "$id": "#root/tabs/items", "title": "Items", "type": "object", "format": "grid", "required": [...

Its working with Jdorn-Json Editor..It is breaking only here

This is my package.json File which had h3-js installed: "scripts": { "lint": "eslint --ext .js,.vue ./", "format": "prettier --write \"**/*.{js,vue,scss,html,md,json}\" --ignore-path .gitignore", "test": "echo \"No test specified\" && exit 0",...