{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RemoteField", "title": "RemoteField", "type": "object", "properties": { "remote_field_class": { "$ref": "#/components/schemas/RemoteFieldClass" }, "value": { "type": "object", "additionalProperties": { "description": "Any type" } } }, "required": [ "remote_field_class" ] }