{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "created_at": { "type": ["null", "integer"] }, "key": { "type": ["null", "string"] }, "updated_at": { "type": ["null", "integer"] }, "account_name": { "type": ["null", "object"] }, "amount": { "type": ["null", "integer"] }, "close_date": { "type": ["null", "string"] }, "contact_first_name": { "type": ["null", "string"] }, "contact_last_name": { "type": ["null", "string"] }, "external_key": { "type": ["null", "string"] }, "field_data": { "type": ["null", "object"] }, "fields": { "type": ["null", "array"] }, "group_key": { "type": ["null", "string"] }, "lost_reason": { "type": ["null", "string"] }, "meta": { "type": ["null", "object"] }, "mold_key": { "type": ["null", "string"] }, "partner_key": { "type": ["null", "string"] }, "source": { "type": ["null", "string"] }, "stage": { "type": ["null", "string"] }, "team": { "type": ["null", "object"] }, "team_member": { "type": ["null", "object"] } } }