{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-integration/refs/heads/main/json-structure/developer-api-trading-partner-structure.json", "name": "TradingPartner", "description": "TradingPartner structure from Oracle Integration Developer API.", "type": "object", "properties": { "id": {"type": "string", "description": "Trading partner identifier."}, "name": {"type": "string", "description": "Trading partner name."}, "description": {"type": "string", "description": "Trading partner description."}, "status": {"type": "string", "description": "Partner status.", "enum": ["ACTIVE", "INACTIVE"]}, "contactName": {"type": "string", "description": "Contact person name."}, "contactEmail": {"type": "string", "description": "Contact email address."} } }