{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Proportion", "title": "Proportion", "type": "number", "format": "double", "minimum": 0, "maximum": 1 }