app-operations_manager Schemas

On this page:

automation-update

{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "automation-update", "title": "Automation Updates", "description": "The format of accepted input for an update operation on an Automation document.", "propertyNames": { "anyOf": [ { "$ref": "automation-common#/definitions/commonFieldNames" }, { "enum": [ "gbac", "componentId", "created", "createdBy", "lastUpdated", "lastUpdatedBy", "componentName" ] } ] }, "allOf": [ { "$ref": "automation-common#/definitions/commonFields" }, { "type": "object", "properties": { "gbac": { "$ref": "automation-common#/definitions/gbac" }, "componentId": { "$ref": "automation-common#/definitions/componentId" } } } ] }