{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/access_schemas-device_posture_rule", "title": "access_schemas-device_posture_rule", "properties": { "check": { "$ref": "#/components/schemas/access_device_posture_check" }, "data": { "type": "object" }, "description": { "type": "string" }, "error": { "type": "string" }, "id": { "type": "string" }, "rule_name": { "type": "string" }, "success": { "type": "boolean" }, "timestamp": { "type": "string" }, "type": { "type": "string" } }, "type": "object" }