access_schemas-ssh_props

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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