{ "$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 }