-
-
Notifications
You must be signed in to change notification settings - Fork 345
Commit 9a1b826
Dont use # in $schema values
Since we're now very strongly discouraging fragments in $id,
let's not use them in $schema either. It works either way,
but I like the consistency.
Stylistically, referring to "#" internally makes sense,
while using an absolute-URI per RFC 3986 (no fragment)
makes sense externally.1 parent 27e62ef commit 9a1b826
File tree
11 files changed
+20
-20
lines changed- meta
- output
11 files changed
+20
-20
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1335 | 1335 |
| |
1336 | 1336 |
| |
1337 | 1337 |
| |
1338 | - | ||
1338 | + | ||
1339 | 1339 |
| |
1340 | 1340 |
| |
1341 | 1341 |
| |
| |||
1744 | 1744 |
| |
1745 | 1745 |
| |
1746 | 1746 |
| |
1747 | - | ||
1747 | + | ||
1748 | 1748 |
| |
1749 | 1749 |
| |
1750 | 1750 |
| |
| |||
1758 | 1758 |
| |
1759 | 1759 |
| |
1760 | 1760 |
| |
1761 | - | ||
1761 | + | ||
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 | 1764 |
| |
| |||
1857 | 1857 |
| |
1858 | 1858 |
| |
1859 | 1859 |
| |
1860 | - | ||
1860 | + | ||
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
| |||
1872 | 1872 |
| |
1873 | 1873 |
| |
1874 | 1874 |
| |
1875 | - | ||
1875 | + | ||
1876 | 1876 |
| |
1877 | 1877 |
| |
1878 | 1878 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1618 | 1618 |
| |
1619 | 1619 |
| |
1620 | 1620 |
| |
1621 | - | ||
1621 | + | ||
1622 | 1622 |
| |
1623 | 1623 |
| |
1624 | 1624 |
| |
| |||
1692 | 1692 |
| |
1693 | 1693 |
| |
1694 | 1694 |
| |
1695 | - | ||
1695 | + | ||
1696 | 1696 |
| |
1697 | 1697 |
| |
1698 | 1698 |
| |
| |||
1808 | 1808 |
| |
1809 | 1809 |
| |
1810 | 1810 |
| |
1811 | - | ||
1811 | + | ||
1812 | 1812 |
| |
1813 | 1813 |
| |
1814 | 1814 |
| |
| |||
1995 | 1995 |
| |
1996 | 1996 |
| |
1997 | 1997 |
| |
1998 | - | ||
1998 | + | ||
1999 | 1999 |
| |
2000 | 2000 |
| |
2001 | 2001 |
| |
| |||
2057 | 2057 |
| |
2058 | 2058 |
| |
2059 | 2059 |
| |
2060 | - | ||
2060 | + | ||
2061 | 2061 |
| |
2062 | 2062 |
| |
2063 | 2063 |
| |
| |||
2110 | 2110 |
| |
2111 | 2111 |
| |
2112 | 2112 |
| |
2113 | - | ||
2113 | + | ||
2114 | 2114 |
| |
2115 | 2115 |
| |
2116 | 2116 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
2 | + | ||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments