{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TermsOfServiceUserStatuses",
"title": "Terms of service user statuses",
"type": "object",
"x-box-resource-id": "terms_of_services_user_statuses",
"x-box-tag": "terms_of_service_user_statuses",
"description": "A list of terms of service user statuses",
"properties": {
"total_count": {
"description": "The total number of objects.",
"example": 2,
"type": "integer",
"format": "int64"
},
"entries": {
"type": "array",
"description": "A list of terms of service user statuses",
"items": {
"$ref": "#/components/schemas/TermsOfServiceUserStatus"
}
}
}
}