CoolFace
Datasetpublic

dataunitylab/json-schema

JSON Schema Dataset This dataset consists of a collection of JSON Schema documents collected from GitHub by searching using the Sourcegraph API. Step 1: Find a list of JSON Schema paths The Sourcegraph code search API is used to find files with a .json extension and containing {\n "$schema": "https://json-schema.org/". This is somewhat restrictive, but still manages to find a large number of schemas. pipenv run python slurp.py --outfile repos.csv… See the full description on the dataset page: https://huggingface.co/datasets/dataunitylab/json-schema.

sourceHugging Faceunknownupdated 2y agoView on Hugging Face
2likes205downloads
20 commits on main
fc9d99a2y ago

Exclude some additional schemas

michaelmior
9cbc94c2y ago

Update README

michaelmior
7bd5ffd2y ago

Move data files

michaelmior
f6dd3962y ago

Add language and license data

michaelmior
27cd9212y ago

Refetch with licenses

michaelmior
e7ea59f2y ago

Don't fetch licenses already found

michaelmior
784c46c2y ago

Add script for fetching licenses

michaelmior
e761a342y ago

Fix path to CSV when fetching history

michaelmior
2018fe12y ago

Add additional schemas

michaelmior
9e31ba22y ago

Add multiple spacing options in schema search

michaelmior
2c660092y ago

Exclude paths with node_modules

michaelmior
9f918662y ago

Update data with commits

michaelmior
7b8ecc42y ago

Add script for fetching historical versions

michaelmior
5f9b9ee2y ago

Add README

michaelmior
aa9c9c12y ago

Convert repo stars to integer

michaelmior
51404f72y ago

Add data files

michaelmior
7220d9f2y ago

Finalize train/test split script

michaelmior
d17161f2y ago

Add validation and train/test split

michaelmior
743c9a02y ago

Add collected schema list

michaelmior
adad30d2y ago

Initial commit with working fetch scripts

michaelmior