forked from
rocksky.app/rocksky
A decentralized music tracking and discovery platform built on AT Protocol 馃幍
1{
2 "lexicon": 1,
3 "id": "app.rocksky.apikey.defs",
4 "defs": {
5 "apiKeyView": {
6 "type": "object",
7 "properties": {
8 "id": {
9 "type": "string",
10 "description": "The unique identifier of the API key."
11 },
12 "name": {
13 "type": "string",
14 "description": "The name of the API key."
15 },
16 "description": {
17 "type": "string",
18 "description": "A description for the API key."
19 },
20 "createdAt": {
21 "type": "string",
22 "description": "The date and time when the API key was created.",
23 "format": "datetime"
24 }
25 }
26 }
27 }
28}