|
|
|
@ -223,9 +223,13 @@ def test_top_level_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -427,9 +431,13 @@ def test_router_overrides_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -631,9 +639,13 @@ def test_router_include_overrides_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -908,9 +920,13 @@ def test_subrouter_top_level_include_overrides_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -1115,9 +1131,13 @@ def test_router_path_operation_overrides_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -1326,9 +1346,13 @@ def test_app_path_operation_overrides_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
@ -1615,9 +1639,13 @@ def test_callback_override_generate_unique_id(): |
|
|
|
}, |
|
|
|
"msg": {"title": "Message", "type": "string"}, |
|
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
|
"input": {"title": "Input"}, |
|
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
|
"url": { |
|
|
|
"title": "Error URL", |
|
|
|
"type": "string", |
|
|
|
"format": "uri", |
|
|
|
}, |
|
|
|
}, |
|
|
|
}, |
|
|
|
} |
|
|
|
|