-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit c2f9c36
"uritemplate" and "jsonpointer" formats
Addresses issue #109 by adding "uritemplate" and "jsonpointer",
as defined by their RFCs, both of which already play roles
within JSON (Hyper-)Schema.
We use "uritemplate" in hyper-schema, but until the preprocessing
step is removed we technically can't put the format in the
meta-hyperschema. This is being addressed elsewhere.
While we do not need "jsonpointer" for our meta-schema, it is
used for schema+json URI fragments, and in other JSON-based
media types such as JSON Patch.1 parent 6873d66 commit c2f9c36
1 file changed
+23
-0
lines changedLines changed: 23 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 | + | ||
11 | + | ||
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
817 | 819 |
| |
818 | 820 |
| |
819 | 821 |
| |
822 | + | ||
823 | + | ||
824 | + | ||
825 | + | ||
826 | + | ||
827 | + | ||
828 | + | ||
829 | + | ||
830 | + | ||
831 | + | ||
832 | + | ||
833 | + | ||
834 | + | ||
835 | + | ||
836 | + | ||
837 | + | ||
838 | + | ||
839 | + | ||
840 | + | ||
820 | 841 |
| |
821 | 842 |
| |
822 | 843 |
| |
| |||
861 | 882 |
| |
862 | 883 |
| |
863 | 884 |
| |
885 | + | ||
886 | + | ||
864 | 887 |
| |
865 | 888 |
| |
866 | 889 |
| |
|
0 commit comments