Skip to content

Commit 985f432

Browse files
committed
permalink oas urls
1 parent 344b6f8 commit 985f432

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specs/format-registry.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
22
"int32": {
33
"definingBody": "OpenAPI",
4-
"definition": "https://spec.openapis.org/oas/latest.html#data-type-format",
4+
"definition": "https://spec.openapis.org/oas/v3.1.1.html#data-type-format",
55
"types": ["number"],
66
"examples": [ -2147483648, -1, 0, 1, 2147483647 ],
77
"supportedBy": []
88
},
99
"int64": {
1010
"definingBody": "OpenAPI",
11-
"definition": "https://spec.openapis.org/oas/latest.html#data-type-format",
11+
"definition": "https://spec.openapis.org/oas/v3.1.1.html#data-type-format",
1212
"types": ["number"],
1313
"examples": [ -9223372036854775808, -1, 0, 1, 9223372036854775807 ],
1414
"supportedBy": []
1515
},
1616
"float": {
1717
"definingBody": "OpenAPI",
18-
"definition": "https://spec.openapis.org/oas/latest.html#data-type-format",
18+
"definition": "https://spec.openapis.org/oas/v3.1.1.html#data-type-format",
1919
"types": ["number"],
2020
"examples": [ -3.40282347e+38, -1, -1.17549435e-38, 0, 1.17549435e-38, 1, 3.40282347e+38 ],
2121
"supportedBy": []
2222
},
2323
"double": {
2424
"definingBody": "OpenAPI",
25-
"definition": "https://spec.openapis.org/oas/latest.html#data-type-format",
25+
"definition": "https://spec.openapis.org/oas/v3.1.1.html#data-type-format",
2626
"types": ["number"],
2727
"examples": [ -1.7976931348623157e+308, -1, -4.9406564584124654e-324, 0, 4.9406564584124654e-324, 1, 1.7976931348623157e+308 ],
2828
"supportedBy": []
2929
},
3030
"password": {
3131
"definingBody": "OpenAPI",
32-
"definition": "https://spec.openapis.org/oas/latest.html#data-type-format",
32+
"definition": "https://spec.openapis.org/oas/v3.1.1.html#data-type-format",
3333
"types": ["string"],
3434
"examples": ["can be any string", "this format is just an annotation"],
3535
"supportedBy": []

0 commit comments

Comments
 (0)