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