Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.rfc-editor.org/rfc/rfc9110#section-4.2.1" ],
"$ref": "../uri/url.json",
"$ref": "../../uri/3986/url.json",
"not": {
"$comment": "RFC 9110 requires rejecting an empty host",
"pattern": "^[Hh][Tt][Tt][Pp]://(?:[^/?#]*@)?(?::[0-9]*)?(?:[/?#]|$)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
"x-links": [ "https://www.rfc-editor.org/rfc/rfc9110#section-4.2.2" ],
"$ref": "../uri/url.json",
"$ref": "../../uri/3986/url.json",
"not": {
"$comment": "RFC 9110 requires rejecting an empty host",
"pattern": "^[Hh][Tt][Tt][Pp][Ss]://(?:[^/?#]*@)?(?::[0-9]*)?(?:[/?#]|$)"
Expand Down
6 changes: 3 additions & 3 deletions schemas/2020-12/ietf/problem-details/9457/problem.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"type": {
"description": "A URI reference that identifies the problem type",
"default": "about:blank",
"$ref": "../../uri/uri-reference.json"
"$ref": "../../uri/3986/uri-reference.json"
},
"detail": {
"description": "A human-readable explanation specific to this occurrence of the problem",
Expand All @@ -54,12 +54,12 @@
},
"instance": {
"description": "A URI reference that identifies the specific occurrence of the problem",
"$ref": "../../uri/uri-reference.json"
"$ref": "../../uri/3986/uri-reference.json"
},
"status": {
"description": "The HTTP status code generated by the origin server for this occurrence of the problem",
"x-jsonld-id": "http://www.w3.org/ns/hydra/core#statusCode",
"$ref": "../../http/status.json"
"$ref": "../../http/9110/status.json"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"https://www.rfc-editor.org/rfc/rfc8141#section-2",
"https://www.rfc-editor.org/rfc/rfc2141#section-2.1"
],
"$ref": "./uri.json",
"$ref": "../../uri/3986/uri.json",
"not": {
"$comment": "Disallow reserved NID value 'urn'",
"pattern": "^[Uu][Rr][Nn]:[Uu][Rr][Nn]:"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/etag-strong.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/etag-strong.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/etag-weak.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/etag-weak.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/etag.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/etag.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/http-url.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/http-url.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/https-url.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/https-url.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/method-standard.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/method-standard.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/method.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/method.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-client-error.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-client-error.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-informational.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-informational.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-redirection.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-redirection.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-server-error.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-server-error.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-standard.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-standard.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status-successful.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status-successful.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/http/status.json",
"target": "../../../../schemas/2020-12/ietf/http/9110/status.json",
"tests": [
{
"description": "Invalid type - string",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/iri-reference.json",
"target": "../../../../schemas/2020-12/ietf/iri/3987/iri-reference.json",
"tests": [
{
"description": "Plain ASCII absolute URI",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/iri.json",
"target": "../../../../schemas/2020-12/ietf/iri/3987/iri.json",
"tests": [
{
"description": "Plain ASCII absolute URI",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/uri-reference.json",
"target": "../../../../schemas/2020-12/ietf/uri/3986/uri-reference.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/uri-relative.json",
"target": "../../../../schemas/2020-12/ietf/uri/3986/uri-relative.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/uri.json",
"target": "../../../../schemas/2020-12/ietf/uri/3986/uri.json",
"tests": [
{
"description": "Invalid type - number",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/url.json",
"target": "../../../../schemas/2020-12/ietf/uri/3986/url.json",
"tests": [
{
"description": "Invalid type",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"target": "../../../schemas/2020-12/ietf/uri/urn.json",
"target": "../../../../schemas/2020-12/ietf/urn/8141/urn.json",
"tests": [
{
"description": "Invalid type (non-string)",
Expand Down
Loading