Apideck · Schema

DrivesFilter

IntegrationsUnified API

Properties

Name Type Description
group_id string ID of the drive group to filter on
View JSON Schema on GitHub

JSON Schema

apideck-drivesfilter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DrivesFilter",
  "title": "DrivesFilter",
  "type": "object",
  "x-apideck-schema-id": "DrivesFilter",
  "properties": {
    "group_id": {
      "type": "string",
      "description": "ID of the drive group to filter on",
      "example": "1234"
    }
  },
  "additionalProperties": false
}