{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Style", "title": "Style", "enum": [ "none", "number", "short", "percent" ], "type": "string" }