{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/panFolder400ErrorNotEmpty", "title": "Folder Not Empty", "type": "object", "properties": { "name": { "type": "string", "description": "The error name.", "example": "instanceNotFoundError" }, "message": { "type": "string", "description": "The error message.", "example": "You need to empty this folder before deleting it." } } }