Skip to content

Commit f3d3923

Browse files
committed
feat: add clanker space social metadata
1 parent 46c3e00 commit f3d3923

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

src/schemas/space.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@
8282
"type": "string",
8383
"title": "farcaster"
8484
},
85+
"clanker": {
86+
"type": "string",
87+
"format": "evmAddress",
88+
"title": "clanker"
89+
},
8590
"email": {
8691
"type": "string",
8792
"title": "email",
@@ -271,7 +276,10 @@
271276
"anyOf": [
272277
{ "const": "compound-governor", "title": "Compound governor" },
273278
{ "const": "split-delegation", "title": "Split Delegation" },
274-
{ "const": "apechain-delegate-registry", "title": "ApeChain Delegate Registry" }
279+
{
280+
"const": "apechain-delegate-registry",
281+
"title": "ApeChain Delegate Registry"
282+
}
275283
]
276284
},
277285
"delegationContract": {
@@ -422,10 +430,10 @@
422430
"type": "array",
423431
"maxItems": 10,
424432
"uniqueItems": true,
425-
"items":{
433+
"items": {
426434
"type": "object",
427435
"properties": {
428-
"id":{
436+
"id": {
429437
"type": "string",
430438
"title": "Id",
431439
"minLength": 1,
@@ -497,13 +505,13 @@
497505
"type": "string",
498506
"format": "color"
499507
},
500-
"border_color" : {
508+
"border_color": {
501509
"type": "string",
502510
"format": "color"
503511
},
504-
"heading_color" : {
512+
"heading_color": {
505513
"type": "string",
506-
"format": "color"
514+
"format": "color"
507515
},
508516
"primary_color": {
509517
"type": "string",

0 commit comments

Comments
 (0)