jsoncanvas icon indicating copy to clipboard operation
jsoncanvas copied to clipboard

IDEA: Provide a real JSON-SCHEME spec

Open hashkool opened this issue 11 months ago • 2 comments

With a real spec in json schema, every implementer has an automated way of checking conformity, allows for versioning and removes (future) ambiguity . Bonus is that it helps implementers to generate type definitions in the host language.

See https://json-schema.org/

hashkool avatar Mar 11 '24 22:03 hashkool

Hi,

I was doing that when you posted your comment. Here's my PR if you want to check: https://github.com/obsidianmd/jsoncanvas/pull/5

chainlist avatar Mar 11 '24 23:03 chainlist

I didn't spot this while I was working on similar! I've got a marginally different approach in the issue I've opened.

https://github.com/obsidianmd/jsoncanvas/issues/10

mwadams avatar Mar 12 '24 10:03 mwadams

Closing this one as a duplicate since #10 has more activity

kepano avatar Mar 15 '24 17:03 kepano