{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-structure/github-setup-ssh-key-structure.json", "name": "ssh-key", "description": "ssh-key from GitHub API", "type": "object", "properties": { "key": { "type": "string", "example": "example_value" }, "pretty-print": { "type": "string", "example": "example_value" } } }