{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/api_attribute_v1_Attributes",
"title": "api_attribute_v1_Attributes",
"type": "object",
"properties": {
"ip_address": {
"type": "string",
"description": "The IP address of the user."
},
"user_agent": {
"type": "string",
"description": "The user agent of the User."
}
}
}