|
1 | 1 | { |
2 | 2 | "title": "AsyncAPI 1.1.0 schema.", |
3 | 3 | "id": "http://asyncapi.hitchhq.com/v1/schema.json#", |
4 | | - "$schema": "https://json-schema.org/draft-04/schema#", |
| 4 | + "$schema": "http://json-schema.org/draft-04/schema#", |
5 | 5 | "type": "object", |
6 | 6 | "required": [ |
7 | 7 | "asyncapi", |
|
308 | 308 | "type": "string" |
309 | 309 | }, |
310 | 310 | "title": { |
311 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/title" |
| 311 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/title" |
312 | 312 | }, |
313 | 313 | "description": { |
314 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/description" |
| 314 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/description" |
315 | 315 | }, |
316 | 316 | "default": { |
317 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/default" |
| 317 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/default" |
318 | 318 | }, |
319 | 319 | "multipleOf": { |
320 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf" |
| 320 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf" |
321 | 321 | }, |
322 | 322 | "maximum": { |
323 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum" |
| 323 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum" |
324 | 324 | }, |
325 | 325 | "exclusiveMaximum": { |
326 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum" |
| 326 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum" |
327 | 327 | }, |
328 | 328 | "minimum": { |
329 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum" |
| 329 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum" |
330 | 330 | }, |
331 | 331 | "exclusiveMinimum": { |
332 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum" |
| 332 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum" |
333 | 333 | }, |
334 | 334 | "maxLength": { |
335 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
| 335 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
336 | 336 | }, |
337 | 337 | "minLength": { |
338 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
| 338 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
339 | 339 | }, |
340 | 340 | "pattern": { |
341 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern" |
| 341 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern" |
342 | 342 | }, |
343 | 343 | "maxItems": { |
344 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
| 344 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
345 | 345 | }, |
346 | 346 | "minItems": { |
347 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
| 347 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
348 | 348 | }, |
349 | 349 | "uniqueItems": { |
350 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems" |
| 350 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems" |
351 | 351 | }, |
352 | 352 | "maxProperties": { |
353 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
| 353 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
354 | 354 | }, |
355 | 355 | "minProperties": { |
356 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
| 356 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
357 | 357 | }, |
358 | 358 | "required": { |
359 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/stringArray" |
| 359 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/stringArray" |
360 | 360 | }, |
361 | 361 | "enum": { |
362 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/enum" |
| 362 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/enum" |
363 | 363 | }, |
364 | 364 | "additionalProperties": { |
365 | 365 | "anyOf": [ |
|
373 | 373 | "default": {} |
374 | 374 | }, |
375 | 375 | "type": { |
376 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/type" |
| 376 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/type" |
377 | 377 | }, |
378 | 378 | "items": { |
379 | 379 | "anyOf": [ |
|
873 | 873 | } |
874 | 874 | }, |
875 | 875 | "title": { |
876 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/title" |
| 876 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/title" |
877 | 877 | }, |
878 | 878 | "description": { |
879 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/description" |
| 879 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/description" |
880 | 880 | }, |
881 | 881 | "default": { |
882 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/default" |
| 882 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/default" |
883 | 883 | }, |
884 | 884 | "multipleOf": { |
885 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/multipleOf" |
| 885 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/multipleOf" |
886 | 886 | }, |
887 | 887 | "maximum": { |
888 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/maximum" |
| 888 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/maximum" |
889 | 889 | }, |
890 | 890 | "exclusiveMaximum": { |
891 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMaximum" |
| 891 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMaximum" |
892 | 892 | }, |
893 | 893 | "minimum": { |
894 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/minimum" |
| 894 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/minimum" |
895 | 895 | }, |
896 | 896 | "exclusiveMinimum": { |
897 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/exclusiveMinimum" |
| 897 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/exclusiveMinimum" |
898 | 898 | }, |
899 | 899 | "maxLength": { |
900 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
| 900 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
901 | 901 | }, |
902 | 902 | "minLength": { |
903 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
| 903 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
904 | 904 | }, |
905 | 905 | "pattern": { |
906 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/pattern" |
| 906 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/pattern" |
907 | 907 | }, |
908 | 908 | "maxItems": { |
909 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
| 909 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveInteger" |
910 | 910 | }, |
911 | 911 | "minItems": { |
912 | | - "$ref": "https://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
| 912 | + "$ref": "http://json-schema.org/draft-04/schema#/definitions/positiveIntegerDefault0" |
913 | 913 | }, |
914 | 914 | "uniqueItems": { |
915 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/uniqueItems" |
| 915 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/uniqueItems" |
916 | 916 | }, |
917 | 917 | "enum": { |
918 | | - "$ref": "https://json-schema.org/draft-04/schema#/properties/enum" |
| 918 | + "$ref": "http://json-schema.org/draft-04/schema#/properties/enum" |
919 | 919 | } |
920 | 920 | } |
921 | 921 | } |
0 commit comments