app-operations_manager Schemas

On this page:

triggers-api

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "triggers-api", "oneOf": [ { "$ref": "schedule-trigger-api" }, { "$ref": "manual-trigger-api" }, { "$ref": "eventSystem-trigger-api" }, { "$ref": "endpoint-trigger-api" } ], "definitions": { "commonApiFieldNames": { "$comment": "Field names specific to the API representation of triggers", "enum": [ "createdBy", "lastUpdatedBy" ] }, "commonApiFields": { "additionalProperties": true, "type": "object", "createdBy": { "$ref": "common-ops-schema#/definitions/userAccount" }, "lastUpdatedBy": { "$ref": "common-ops-schema#/definitions/userAccount" } } } }