{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ContainerCreateRequest", "type": "object", "description": "Request body for creating or replacing a container.", "properties": { "id": { "type": "string", "description": "The unique name that identifies the container." }, "defaultTtl": { "type": "integer", "description": "Default time-to-live in seconds." } } }