Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Draft7 general cleanup #147

Merged
merged 2 commits into from
May 17, 2021
Merged

Draft7 general cleanup #147

merged 2 commits into from
May 17, 2021

Conversation

jdesrosiers
Copy link
Member

I'm going to be updating the website for 2020-12, but first I want to go through and fixup anything that is incorrect or unclear in what we have right now. This is the beginning.

Changes

  • The docs often talk about "JavaScript types", but "JSON types" is more accurate. This is JSON Schema, not JavaScript Schema.
  • The introduction to $schema didn't make much sense and used the deprecated http://json-schema.org/schema# URI
  • Instead of suggesting a specific online validator, point to implementations page that lists several options.

@karenetheridge
Copy link
Member

re the types table, some equivalents in other languages were also sketched out in json-schema-org/website#203.

@jdesrosiers
Copy link
Member Author

@karenetheridge I'm going to address json-schema-org/website#203 at a later time. I want to focus on fixes and clarifications on this round.

@jdesrosiers jdesrosiers merged commit 3c77209 into json-schema-org:master May 17, 2021
@jdesrosiers jdesrosiers deleted the draft7-general-cleanup branch May 20, 2021 01:05
@@ -181,7 +181,7 @@ for now. They are explained in subsequent chapters.
{
"first_name": "George",
"last_name": "Washington",
"birthday": "22-02-1732",
"birthday": "1732-02-22",
"address": {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ISO. Always. 👏

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants