app-lifecycle_manager Schemas

On this page:

resource-model-update

{ "$id": "resource-model-update", "type": "object", "additionalProperties": false, "required": [], "properties": { "name": { "$ref": "resource-model-common#/definitions/name" }, "description": { "$ref": "resource-model-common#/definitions/description" }, "schema": { "$ref": "#/definitions/schema" }, "actions": { "$ref": "resource-model-common#/definitions/actionsCreateData" }, "_id": {}, "created": {}, "createdBy": {}, "lastUpdated": {}, "lastUpdatedBy": {} }, "definitions": { "schema": { "type": "object", "description": "A draft-07 JSON Schema which defines the validation applied to instances of the resource model" } } }