UNPKG

eslint-plugin-json-schema-validator

Version:
1 lines 1.49 kB
{"id":"http://schema.management.azure.com/schemas/2017-04-01/BizTalkServerApplicationSchema.json#","$schema":"http://json-schema.org/draft-04/schema","title":"BizTalkServerApplicationInventorySchema","type":"object","properties":{"BizTalkAssemblies":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.dll"}}}},"BindingsFiles":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.xml"}}}},"Assemblies":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.dll"}}}},"PreProcessingScripts":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"},"Arguments":{"type":"string","pattern":"\\w+(,\\w+)*"}}}},"PostProcessingScripts":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"},"Arguments":{"type":"string","pattern":"\\w+(,\\w+)*"}}}},"Files":{"type":"array","items":{"type":"object","properties":{"Name":{"type":"string"},"Path":{"type":"string","pattern":"\\w+[\\\\](\\w+\\.)*\\w+\\.\\w+"}}}},"DeploymentSequence":{"type":"array","items":{"type":"string"}}},"required":["BizTalkAssemblies","BindingsFiles","DeploymentSequence"]}