{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/github/refs/heads/main/json-schema/github-setup-ssh-key-schema.json", "title": "ssh-key", "description": "ssh-key from GitHub API", "type": "object", "properties": { "key": { "type": "string", "example": "example_value" }, "pretty-print": { "type": "string", "example": "example_value" } } }