{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/AllocateServerRequest", "title": "AllocateServerRequest", "type": "object", "properties": { "allocationContext": { "type": "string", "description": "Custom context data for the allocation" } } }