I would like the following code more but it will always call `core_schema.any_schema()` ```suggestion content_core_schema = schema.get('schema', core_schema.any_schema()) ``` It would be nice to have a constant like `core_schema.DEFAULT_SCHEMA` that will hold this value and allow the above to be as efficient as `if..in`. _Originally posted by @lig in https://github.com/pydantic/pydantic/pull/6715#discussion_r1265881851_ Selected Assignee: @lig