mirror of
https://tangled.org/grace.pink/atproto-ssh-tool.git
synced 2026-04-02 21:05:46 +00:00
44 lines
943 B
JSON
44 lines
943 B
JSON
{
|
|
"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
|
|
}
|