{ "defs": { "main": { "description": "Public SSH Key", "key": "tid", "record": { "properties": { "createdAt": { "format": "datetime", "type": "string" }, "keyString": { "maxLength": 3000, "type": "string" }, "name": { "description": "Human name for SSH key", "maxGraphemes": 64, "maxLength": 640, "minLength": 1, "type": "string" }, "tags": { "type": "array", "items": { "type": "string", "maxLength": 64 }, "maxLength": 10 } }, "required": [ "name", "keyString", "createdAt" ], "type": "object" }, "type": "record" } }, "id": "pink.grace.sshKey", "lexicon": 1 }