{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_fraud_v1_Metadata", "title": "api_fraud_v1_Metadata", "type": "object", "properties": { "external_id": { "type": "string", "description": "An external ID, such as a user ID, that you wish to associate with the telemetry ID." }, "organization_id": { "type": "string", "description": "The organization ID you wish to associate with the telemetry ID." }, "user_action": { "type": "string", "description": "The user action, such as 'login', that you wish to associate with the telemetry ID." } } }