{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/NumberUpdate", "title": "NumberUpdate", "type": "object", "properties": { "tags": { "type": "array", "description": "Tags to assign to the number.", "items": { "type": "string" } } } }