{"id":"https://schema.management.azure.com/schemas/2014-04-01-preview/Sendgrid.json","$schema":"http://json-schema.org/draft-04/schema#","title":"Sendgrid.Email","description":"Sendgrid Resource Types","resourceDefinitions":{"accounts":{"type":"object","properties":{"name":{"anyOf":[{"type":"string","minLength":4,"maxLength":50},{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"}],"description":"Name of the resource"},"type":{"enum":["Sendgrid.Email/accounts"]},"apiVersion":{"enum":["2015-01-01"]},"plan":{"type":"object","properties":{"name":{"oneOf":[{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"},{"enum":["free","bronze","silver","gold","platinum","premier"]}],"description":"Plan name"},"publisher":{"oneOf":[{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"},{"enum":["Sendgrid"]}],"description":"Publisher name"},"product":{"oneOf":[{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"},{"enum":["sendgrid_azure"]}],"description":"Plan id"},"promotionCode":{"type":"string","description":"Promotion code"}},"required":["name","publisher","product"],"description":"SendGrid plan"},"properties":{"type":"object","properties":{"password":{"anyOf":[{"type":"string","minLength":8,"maxLength":50},{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"}],"description":"The SendGrid account password"},"acceptMarketingEmails":{"oneOf":[{"type":"boolean"},{"$ref":"https://schema.management.azure.com/schemas/common/definitions.json#/definitions/expression"}],"description":"True if you want to accept Marketing Emails"},"email":{"type":"string","description":"The user's email address"}},"required":["password","acceptMarketingEmails","email"]}},"required":["name","type","plan","apiVersion","properties"],"description":"SendGrid resources that user purchases"}}}