{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Vector2", "title": "Vector2", "type": "object", "properties": { "x": { "type": "number", "format": "float" }, "y": { "type": "number", "format": "float" } } }