{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImportContainerDraft", "title": "ImportContainerDraft", "type": "object", "description": "Request body for creating or replacing an import container.", "required": [ "key" ], "properties": { "key": { "type": "string", "description": "User-defined unique key (2-256 characters, alphanumeric with hyphens/underscores)." }, "resourceType": { "type": "string", "description": "Optional resource type scope for the container." } } }