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.
Exclude some additional schemas
Update README
Move data files
Add language and license data
Refetch with licenses
Don't fetch licenses already found
Add script for fetching licenses
Fix path to CSV when fetching history
Add additional schemas
Add multiple spacing options in schema search
Exclude paths with node_modules
Update data with commits
Add script for fetching historical versions
Add README
Convert repo stars to integer
Add data files
Finalize train/test split script
Add validation and train/test split
Add collected schema list
Initial commit with working fetch scripts
