{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Color", "type": "object", "properties": { "red": { "type": "number" }, "green": { "type": "number" }, "blue": { "type": "number" }, "alpha": { "type": "number" } } }