|
|
@ -225,7 +225,11 @@ def test_top_level_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -429,7 +433,11 @@ def test_router_overrides_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -633,7 +641,11 @@ def test_router_include_overrides_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -910,7 +922,11 @@ def test_subrouter_top_level_include_overrides_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -1117,7 +1133,11 @@ def test_router_path_operation_overrides_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -1328,7 +1348,11 @@ def test_app_path_operation_overrides_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
@ -1617,7 +1641,11 @@ def test_callback_override_generate_unique_id(): |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"type": {"title": "Error Type", "type": "string"}, |
|
|
"input": {"title": "Input"}, |
|
|
"input": {"title": "Input"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"ctx": {"title": "Context", "type": "object"}, |
|
|
"url": {"title": "Error URL", "type": "string", "format": "uri"}, |
|
|
"url": { |
|
|
|
|
|
"title": "Error URL", |
|
|
|
|
|
"type": "string", |
|
|
|
|
|
"format": "uri", |
|
|
|
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
} |
|
|
} |
|
|
|