ssh-key

APIs.ioEngineeringPlatform

Properties

Name Type Description
key string
pretty-print string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-ssh-key-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ssh-key",
  "title": "ssh-key",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "pretty-print": {
      "type": "string"
    }
  }
}