DeployEnvironment.raml 107 B

12345
  1. #%RAML 1.0 DataType
  2. # DeployEnvironment
  3. type: string
  4. description: 部署的环境
  5. enum: [production, test]