- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 611 for Schemas (0.04 seconds)
-
dbflute_fess/dfprop/databaseInfoMap.dfprop
# This is only for the main schema. Additional schemas are unconcerned. # #; columnExceptMap = map:{ # ; FOO_TABLE = list:{FOO_COLUMN ; prefix:FOO_ ; suffix:_FOO ; contain:_FOO_} #} # o additionalSchemaMap: (NotRequired - Default map:{}) # If you want to include other schemas in generating target, # you should specify the map of included schemas.Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Oct 31 23:35:14 GMT 2015 - 7.3K bytes - Click Count (0) -
tests/test_response_by_alias.py
"description": "Successful Response", "content": { "application/json": { "schema": {"$ref": "#/components/schemas/Model"} } }, } }, } },
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 11.7K bytes - Click Count (0) -
tests/test_tuples.py
}, "422": { "description": "Validation Error", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/HTTPValidationError"Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 10.8K bytes - Click Count (0) -
tests/test_tutorial/test_body_nested_models/test_tutorial005.py
"requestBody": { "content": { "application/json": { "schema": { "$ref": "#/components/schemas/Item", } } }, "required": True,
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Feb 12 13:19:43 GMT 2026 - 10.3K bytes - Click Count (0) -
tests/test_security_oauth2_optional.py
"requestBody": { "content": { "application/x-www-form-urlencoded": { "schema": { "$ref": "#/components/schemas/Body_login_login_post" } } }, "required": True,
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Tue Feb 17 09:59:14 GMT 2026 - 9.8K bytes - Click Count (0) -
tests/test_computed_fields.py
"content": { "application/json": { "schema": { "$ref": "#/components/schemas/Rectangle" } } }, } },
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 3.8K bytes - Click Count (0) -
tests/test_forms_single_param.py
"requestBody": { "content": { "application/x-www-form-urlencoded": { "schema": { "$ref": "#/components/schemas/Body_post_form_form__post" } } }, "required": True,
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 4.1K bytes - Click Count (0) -
tests/test_additional_properties.py
"schema": {"$ref": "#/components/schemas/Items"} } }, "required": True, }, } } }, "components": { "schemas": { "Items": { "title": "Items",Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 4.1K bytes - Click Count (0) -
tests/test_schema_compat_pydantic_v2.py
"schema": {"$ref": "#/components/schemas/User"} } }, } }, } } }, "components": { "schemas": IsOneOf( # Pydantic >= 2.11: no top-level OtherRoleCreated: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Mon Mar 23 12:36:49 GMT 2026 - 4.1K bytes - Click Count (0) -
tests/test_repeated_parameter_alias.py
assert response.json() == snapshot( { "components": { "schemas": { "HTTPValidationError": { "properties": { "detail": { "items": { "$ref": "#/components/schemas/ValidationError" }, "title": "Detail",
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Sun Feb 08 10:18:38 GMT 2026 - 4.2K bytes - Click Count (0)