{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_device_posture_check", "title": "access_device_posture_check", "properties": { "exists": { "type": "boolean" }, "path": { "type": "string" } }, "type": "object" }