Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for contentSchema (0.05 seconds)

  1. fastapi/openapi/utils.py

                            item_schema["properties"]["data"] = {
                                "type": "string",
                                "contentMediaType": "application/json",
                                "contentSchema": content_schema,
                            }
                        sse_content["itemSchema"] = item_schema
                        operation.setdefault("responses", {}).setdefault(
                            status_code, {}
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 25.6K bytes
    - Click Count (0)
  2. fastapi/openapi/models.py

        # A Vocabulary for the Contents of String-Encoded Data
        contentEncoding: str | None = None
        contentMediaType: str | None = None
        contentSchema: Optional["SchemaOrBool"] = None
        # Ref: JSON Schema Validation 2020-12: https://json-schema.org/draft/2020-12/json-schema-validation.html#name-a-vocabulary-for-basic-meta
        # A Vocabulary for Basic Meta-Data Annotations
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 14.2K bytes
    - Click Count (0)
Back to Top