devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

Add JSON Schema for documentation and metadata

Open simon04 opened this issue 4 years ago • 2 comments

Relates to https://github.com/freeCodeCamp/devdocs/issues/878

simon04 avatar Nov 06 '20 17:11 simon04

I am not too familiar with JSON schemas, but is this something that should be publicly accessible (i.e. on the devdocs.io domain)? If not, I think this may fit better in the docs/ directory.

jmerle avatar Nov 06 '20 17:11 jmerle

is this something that should be publicly accessible

I'd say yes. This allows referencing the schema in JSON files. Here's a big collection of publicly accessible JSON schema definitions, https://www.schemastore.org/json/.

simon04 avatar Nov 06 '20 20:11 simon04