access_device_posture_check

APIs.ioEngineeringPlatform

Properties

Name Type Description
exists boolean
path string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-device-posture-check-schema.json Raw ↑
{
  "$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"
}