Acronis · Schema

OfferingItemUpdateRequest

CybersecurityData ProtectionEndpoint Management

Properties

Name Type Description
offering_items array
View JSON Schema on GitHub

JSON Schema

acronis-offeringitemupdaterequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OfferingItemUpdateRequest",
  "title": "OfferingItemUpdateRequest",
  "type": "object",
  "properties": {
    "offering_items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OfferingItem"
      }
    }
  }
}