app-operations_manager Schemas

On this page:

endpoint-trigger-update

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "endpoint-trigger-update", "title": "Endpoint Trigger Updates", "description": "The format of accepted input for an update operation on an Endpoint Trigger.", "propertyNames": { "anyOf": [ { "$ref": "trigger-common#/definitions/commonFieldNames" }, { "$ref": "endpoint-trigger-common#/definitions/commonFieldNames" }, { "enum": [ "jst" ] } ] }, "allOf": [ { "$ref": "trigger-common#/definitions/commonFields" }, { "$ref": "endpoint-trigger-common#/definitions/commonFields" }, { "type": "object", "properties": { "jst": { "$ref": "trigger-common#/definitions/jst" } } } ] }