{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-structure/azure-container-instances-image-registry-credential-structure.json", "description": "Image registry credential.", "type": "object", "properties": { "password": { "description": "The password for the private registry.", "type": "string" }, "server": { "description": "The Docker image registry server without a protocol such as \"http\" and \"https\".", "type": "string" }, "username": { "description": "The username for the private registry.", "type": "string" } }, "required": [ "server", "username" ], "name": "ImageRegistryCredential" }