|
1 | 1 | { |
2 | 2 | "int32": { |
3 | 3 | "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", |
5 | 5 | "types": ["number"], |
6 | 6 | "examples": [ -2147483648, -1, 0, 1, 2147483647 ], |
7 | 7 | "supportedBy": [] |
8 | 8 | }, |
9 | 9 | "int64": { |
10 | 10 | "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", |
12 | 12 | "types": ["number"], |
13 | 13 | "examples": [ -9223372036854775808, -1, 0, 1, 9223372036854775807 ], |
14 | 14 | "supportedBy": [] |
15 | 15 | }, |
16 | 16 | "float": { |
17 | 17 | "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", |
19 | 19 | "types": ["number"], |
20 | 20 | "examples": [ -3.40282347e+38, -1, -1.17549435e-38, 0, 1.17549435e-38, 1, 3.40282347e+38 ], |
21 | 21 | "supportedBy": [] |
22 | 22 | }, |
23 | 23 | "double": { |
24 | 24 | "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", |
26 | 26 | "types": ["number"], |
27 | 27 | "examples": [ -1.7976931348623157e+308, -1, -4.9406564584124654e-324, 0, 4.9406564584124654e-324, 1, 1.7976931348623157e+308 ], |
28 | 28 | "supportedBy": [] |
29 | 29 | }, |
30 | 30 | "password": { |
31 | 31 | "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", |
33 | 33 | "types": ["string"], |
34 | 34 | "examples": ["can be any string", "this format is just an annotation"], |
35 | 35 | "supportedBy": [] |
|
0 commit comments