JSON Schema Store
schemastore.org
JSON Schema Store
1–10 of 150 posts
Re: JSON Schema Store
#2A repository of over 700 JSON schemas for various file types. Quite useful.
Re: JSON Schema Store
#3JSON is the version of XML we deserve.
Re: JSON Schema Store
#4JSON Resume uses a defined schema. (listed on schemastore.org)
It has made writing resumes with co pilot super powerful.
Re: JSON Schema Store
#5Took me an embarrassingly long time to figure out you could scroll that list
Re: JSON Schema Store
#6Took me an embarrassingly long time to figure out you could scroll that list
Same,I like how clean it looks but it needs some visual indicator that it scrolls.
Re: JSON Schema Store
#7Re: JSON Schema Store
#8JSON is the version of XML we deserve.
I wish it had comments.
And for that reason, I prefer yaml.
Re: JSON Schema Store
#9Does anyone know of a typescript translation for each of those validation models?
Or maybe even a way to discover related statically typed definitions based on the validation rules?
It would be really nice to not define parts of a data model that provide little to no business value - but where you can easily “stub your toe”.
Re: JSON Schema Store
#10JSON is the version of XML we deserve.
I wish it had comments. And for that reason, I prefer yaml.
I prefer JSON's strictness. A Boolean cannot be confused for a string.
In yaml:
country: no
Now your country is Boolean(false)Now, I still prefer yaml overall.
Also, I hate that GitHub actions don't support anchors.