{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-registry/refs/heads/main/json-structure/azure-container-registry-import-source-credentials-structure.json", "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" ], "name": "ImportSourceCredentials" }