mirror of
https://tangled.org/grace.pink/atproto-ssh-tool.git
synced 2026-04-02 21:05:46 +00:00
initial commit
This commit is contained in:
commit
736b42018b
7 changed files with 6052 additions and 0 deletions
44
lexicons/sshKey.json
Normal file
44
lexicons/sshKey.json
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue