{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FieldMappingApiInstanceRemoteField", "title": "FieldMappingApiInstanceRemoteField", "type": "object", "properties": { "remote_key_name": { "type": [ "string", "null" ] }, "schema": { "type": [ "object", "null" ], "additionalProperties": { "description": "Any type" } }, "remote_endpoint_info": { "$ref": "#/components/schemas/FieldMappingApiInstanceRemoteFieldRemoteEndpointInfo" } }, "required": [ "remote_key_name", "schema", "remote_endpoint_info" ] }