{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/user-mapping-api-user-map-response-structure.json", "name": "UserMapResponse", "description": "UserMapResponse schema from Amplitude User Mapping API", "type": "object", "properties": { "code": { "type": "int32", "description": "The HTTP status code of the response.", "example": 200 }, "success": { "type": "boolean", "description": "Whether the mapping operation was successful." } } }