Q Raw data of docs for JsonSchema
See original GitHub issueI want to collect CSS docs and save as JsonSchema like
{
"border": {"propertyNames": {"enum": ["left","right"]}}
}
Is somewhere more structured data than HTML values @ client/build/**/index.json ? To not produce weird exporter.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Getting Started Step-By-Step - JSON Schema
To start a schema definition, let's begin with a basic JSON schema. We start with four properties called keywords which are expressed as...
Read more >JSON Schema | The home of JSON Schema
JSON Schema is a declarative language that allows you to annotate and validate JSON documents. JSON Schema enables the confident and reliable use...
Read more >Understanding JSON Schema 2020-12 documentation
JSON Schema is a powerful tool for validating the structure of JSON data. ... tools that allow you to run your own JSON...
Read more >A Vocabulary for Structural Validation of JSON - JSON Schema
JSON Schema (application/schema+json) has several purposes, one of which is JSON instance validation. This document specifies a vocabulary for JSON Schema ...
Read more >A Media Type for Describing JSON Documents - JSON Schema
JSON Schema defines the media type "application/schema+json", a JSON-based format for describing the structure of JSON data. JSON Schema asserts what a JSON ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hehe. I was wrong in saying wrong repo. Sorry. If you want to get structured data out of MDN there are some options:
index.json
are considered implementation details. Not an API. But you can still attempt to use it and do your own post-processing.There are sources in
content/files/**/index.html
files. On disk. And checked into git. Thenode content build ...
command transforms that intoindex.html
andindex.json
files. These can be found inclient/build/**/index.json
afterwards. On disk. These are all part of the.gitignore
just like any build artifact likeclient/build/static/**