{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExternalTargetFieldAPI", "title": "ExternalTargetFieldAPI", "type": "object", "properties": { "name": { "type": [ "string", "null" ] }, "description": { "type": [ "string", "null" ] }, "is_mapped": { "type": [ "string", "null" ] } } }