{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ContainerSpec", "title": "ContainerSpec", "type": "object", "properties": { "image": { "description": "The container image to use.", "type": "string" } } }