(self, schema: CoreSchema)
| 701 | return schema |
| 702 | |
| 703 | def clean_schema(self, schema: CoreSchema) -> CoreSchema: |
| 704 | return self.defs.finalize_schema(schema) |
| 705 | |
| 706 | def _add_js_function(self, metadata_schema: CoreSchema, js_function: Callable[..., Any]) -> None: |
| 707 | metadata = metadata_schema.get('metadata', {}) |