app-operations_manager Schemas

On this page:

triggers-json

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "triggers-json", "$comment": "TODO: Clean up schema naming and move all export-specific rules out of definitions and into separate sub-schemas.", "oneOf": [ { "$ref": "endpoint-schema-export" }, { "$ref": "eventSystem-schema-export" }, { "$ref": "manual-schema-export" }, { "$ref": "schedule-schema-export" } ] }