access_ssh_props

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-ssh-props-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_ssh_props",
  "title": "access_ssh_props",
  "allOf": [
    {
      "$ref": "#/components/schemas/access_self_hosted_props"
    },
    {
      "properties": {
        "type": {
          "description": "The application type.",
          "example": "ssh",
          "type": "string"
        }
      }
    }
  ]
}