Ask a question to get started
Enter to sendā¢Shift+Enter new line
Recursively populate from an OpenAPI Schema.
from_schema( cls, schema: Schema, name: str, required: bool, spec: OpenAPISpec, references_used: Optional[List[str]] = None ) -> 'APIRequestBodyProperty'