Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
87
fork

Configure Feed

Select the types of activity you want to include in your feed.

remove aturi format constraint because * is not valid

+2 -4
+1 -2
lexicons/webhook-v1.json
··· 63 63 ], 64 64 "properties": { 65 65 "aturi": { 66 - "type": "string", 67 - "format": "at-uri" 66 + "type": "string" 68 67 }, 69 68 "backlinks": { 70 69 "type": "boolean",
+1 -1
packages/@wispplace/lexicons/src/atcute/lexicons/types/place/wisp/v2/wh.ts
··· 6 6 $type: /*#__PURE__*/ v.optional( 7 7 /*#__PURE__*/ v.literal("place.wisp.v2.wh#atUri"), 8 8 ), 9 - aturi: /*#__PURE__*/ v.resourceUriString(), 9 + aturi: /*#__PURE__*/ v.string(), 10 10 /** 11 11 * If true, also watch for records in any repo that reference this DID and collection. 12 12 */
-1
packages/@wispplace/lexicons/src/lexicons.ts
··· 1090 1090 properties: { 1091 1091 aturi: { 1092 1092 type: 'string', 1093 - format: 'at-uri', 1094 1093 }, 1095 1094 backlinks: { 1096 1095 type: 'boolean',