{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/_LogAttributeValue", "title": "_LogAttributeValue", "type": "object", "properties": { "id": { "type": "string", "description": "Attribute value (used as the identifier)." }, "name": { "type": "string", "description": "Display name \u2014 currently identical to `id`." } }, "required": [ "id", "name" ] }