ListOfPatchOperation

A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-listofpatchoperation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListOfPatchOperation",
  "title": "ListOfPatchOperation",
  "type": "array",
  "description": "A list of operations describing the updates to apply to the specified resource. The patches are applied in the order specified in the list.",
  "items": {
    "$ref": "#/components/schemas/PatchOperation"
  }
}