{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-schema/azure-container-registry-import-source-credentials-schema.json", "title": "ImportSourceCredentials", "description": "ImportSourceCredentials schema from Azure Container Registry API", "type": "object", "properties": { "password": { "description": "The password used to authenticate with the source registry.", "type": "string" }, "username": { "description": "The username to authenticate with the source registry.", "type": "string" } }, "required": [ "password" ] }