
schema.com.microsoft.azure.toolkit.appservice.DeploymentSlotName.json Maven / Gradle / Ivy
The newest version!
{
"title": "App Service Deployment Slot Name",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Name for Azure App Service deployment slot",
"type": "string",
"pattern": "^[A-Za-z0-9-]+$",
"minLength": 1,
"maxLength": 60
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy