question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JSON Editor meta-schema

See original GitHub issue

This issue was addressed without success previously #52

The JSON-Editor uses a schema to structure the editor.

The schema adheres to the JSON Meta-Schema [1]

The JSON Editor adds some properties the JSON Meta-Schema (such as format attribute). I suspect it may not reflect some JSON Meta-Schema properties.

Also, when the schema element of the JSON-editor is populated with the JSON Meta-Schema, the editor control is empty, and unusable. This would be fixed by having a default object, with a default name.

I’d propose that this new document be called the JSON-Editor Meta-Schema

The presence of a JSON-Editor Meta-Schema would mean that power users would be able to create schemas for new document types without having to understand JSON.

As an example of the refinements, Ideally the JSON-Editor Meta-Schema would use $ref keywords to ensure that the list of required properties were actually present in the document. It would also make use of grid and table format attributes to display the data in a compact manner.

Has anybody addressed this issue?

[1]. http://json-schema.org/draft-07/schema

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
schmunk42commented, Feb 21, 2019

@IanMayo Did you send me an e-mail, haven’t seen one yet?

1reaction
schmunk42commented, Feb 14, 2019

BTW, @schmunk42 - I just went to your profile page, to see if your email address was listed. I was going to invite you to apply to take on the task. I couldn’t find one.

I’ve just enabled one 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

json-schema-editor - Deep Blue C
Dynamically generated, form-based editor focussed on developing/editing JSON Schema documents based on the JSON Meta-Schema using the JSON-Editor [1] ...
Read more >
Can I use JsonEditor to edit JSON Schemas? - Stack Overflow
The meta-schema, is as you've idenified, a JSON Schema for JSON Schema documents. Given draft-8 isn't published yet, you probably want tme ...
Read more >
Add JSON editor and JSON Schema validation - Drupal
Add JSON editor and JSON Schema validation Editor: https://github.com/josdejong/jsoneditor (to be installed manually in /libraires for now ...
Read more >
json-schema-editor: Docs, Tutorials, Reviews | Openbase
Generates HTML for creating and modifying json schemas. I created this because json-editor is not good at modifying schemas (using the meta schema)...
Read more >
Specification Links - JSON Schema
IETF Internet-Drafts (I-Ds) are named with the editor's name and a sequential number ... The practice of fixing meta-schema bugs in place to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found