@hypercerts-org/lexicon 0.10.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +218 -0
- package/README.md +392 -393
- package/SCHEMAS.md +539 -81
- package/dist/exports.d.ts +900 -10
- package/dist/exports.d.ts.map +1 -1
- package/dist/generated/exports.d.ts +900 -10
- package/dist/generated/exports.d.ts.map +1 -1
- package/dist/generated/lexicons.d.ts +2684 -1094
- package/dist/generated/lexicons.d.ts.map +1 -1
- package/dist/generated/types/app/bsky/richtext/facet.d.ts +44 -7
- package/dist/generated/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/award.d.ts +2 -3
- package/dist/generated/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/definition.d.ts +3 -3
- package/dist/generated/types/app/certified/badge/definition.d.ts.map +1 -1
- package/dist/generated/types/app/certified/badge/response.d.ts +2 -2
- package/dist/generated/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/generated/types/app/certified/link/evm.d.ts +45 -0
- package/dist/generated/types/app/certified/link/evm.d.ts.map +1 -0
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts +6 -3
- package/dist/generated/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/collection.d.ts +11 -5
- package/dist/generated/types/org/hypercerts/collection.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts +5 -3
- package/dist/generated/types/org/hypercerts/context/attachment.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/context/evaluation.d.ts +6 -6
- package/dist/generated/types/org/hypercerts/context/evaluation.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/defs.d.ts +11 -0
- package/dist/generated/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts +17 -5
- package/dist/generated/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/button.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/button.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/code.d.ts +13 -0
- package/dist/generated/types/pub/leaflet/blocks/code.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/header.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/header.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
- package/dist/generated/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts +21 -0
- package/dist/generated/types/pub/leaflet/blocks/image.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/math.d.ts +11 -0
- package/dist/generated/types/pub/leaflet/blocks/math.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
- package/dist/generated/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/page.d.ts +11 -0
- package/dist/generated/types/pub/leaflet/blocks/page.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/poll.d.ts +12 -0
- package/dist/generated/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/text.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/text.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
- package/dist/generated/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/blocks/website.d.ts +14 -0
- package/dist/generated/types/pub/leaflet/blocks/website.d.ts.map +1 -0
- package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
- package/dist/generated/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
- package/dist/generated/types/pub/leaflet/richtext/facet.d.ts +97 -0
- package/dist/generated/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
- package/dist/index.cjs +4487 -1808
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4408 -1805
- package/dist/index.mjs.map +1 -1
- package/dist/lexicons.cjs +928 -36
- package/dist/lexicons.cjs.map +1 -1
- package/dist/lexicons.d.ts +2684 -1094
- package/dist/lexicons.d.ts.map +1 -1
- package/dist/lexicons.mjs +928 -36
- package/dist/lexicons.mjs.map +1 -1
- package/dist/types/app/bsky/richtext/facet.d.ts +44 -7
- package/dist/types/app/bsky/richtext/facet.d.ts.map +1 -1
- package/dist/types/app/certified/badge/award.d.ts +2 -3
- package/dist/types/app/certified/badge/award.d.ts.map +1 -1
- package/dist/types/app/certified/badge/definition.d.ts +3 -3
- package/dist/types/app/certified/badge/definition.d.ts.map +1 -1
- package/dist/types/app/certified/badge/response.d.ts +2 -2
- package/dist/types/app/certified/badge/response.d.ts.map +1 -1
- package/dist/types/app/certified/link/evm.d.ts +45 -0
- package/dist/types/app/certified/link/evm.d.ts.map +1 -0
- package/dist/types/org/hypercerts/claim/activity.d.ts +6 -3
- package/dist/types/org/hypercerts/claim/activity.d.ts.map +1 -1
- package/dist/types/org/hypercerts/collection.d.ts +11 -5
- package/dist/types/org/hypercerts/collection.d.ts.map +1 -1
- package/dist/types/org/hypercerts/context/attachment.d.ts +5 -3
- package/dist/types/org/hypercerts/context/attachment.d.ts.map +1 -1
- package/dist/types/org/hypercerts/context/evaluation.d.ts +6 -6
- package/dist/types/org/hypercerts/context/evaluation.d.ts.map +1 -1
- package/dist/types/org/hypercerts/defs.d.ts +11 -0
- package/dist/types/org/hypercerts/defs.d.ts.map +1 -1
- package/dist/types/org/hypercerts/funding/receipt.d.ts +17 -5
- package/dist/types/org/hypercerts/funding/receipt.d.ts.map +1 -1
- package/dist/types/pub/leaflet/blocks/blockquote.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/blockquote.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/bskyPost.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/bskyPost.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/button.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/button.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/code.d.ts +13 -0
- package/dist/types/pub/leaflet/blocks/code.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/header.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/header.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts +10 -0
- package/dist/types/pub/leaflet/blocks/horizontalRule.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/iframe.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/iframe.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts +21 -0
- package/dist/types/pub/leaflet/blocks/image.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/math.d.ts +11 -0
- package/dist/types/pub/leaflet/blocks/math.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/orderedList.d.ts +31 -0
- package/dist/types/pub/leaflet/blocks/orderedList.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/page.d.ts +11 -0
- package/dist/types/pub/leaflet/blocks/page.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/poll.d.ts +12 -0
- package/dist/types/pub/leaflet/blocks/poll.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/text.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/text.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/unorderedList.d.ts +29 -0
- package/dist/types/pub/leaflet/blocks/unorderedList.d.ts.map +1 -0
- package/dist/types/pub/leaflet/blocks/website.d.ts +14 -0
- package/dist/types/pub/leaflet/blocks/website.d.ts.map +1 -0
- package/dist/types/pub/leaflet/pages/linearDocument.d.ts +54 -1
- package/dist/types/pub/leaflet/pages/linearDocument.d.ts.map +1 -1
- package/dist/types/pub/leaflet/richtext/facet.d.ts +97 -0
- package/dist/types/pub/leaflet/richtext/facet.d.ts.map +1 -0
- package/lexicons/app/bsky/richtext/facet.json +51 -0
- package/lexicons/app/certified/badge/award.json +2 -2
- package/lexicons/app/certified/badge/definition.json +10 -2
- package/lexicons/app/certified/badge/response.json +2 -2
- package/lexicons/app/certified/link/evm.json +88 -0
- package/lexicons/org/hyperboards/board.json +1 -1
- package/lexicons/org/hypercerts/claim/activity.json +8 -4
- package/lexicons/org/hypercerts/collection.json +19 -5
- package/lexicons/org/hypercerts/context/attachment.json +16 -5
- package/lexicons/org/hypercerts/context/evaluation.json +9 -6
- package/lexicons/org/hypercerts/defs.json +21 -0
- package/lexicons/org/hypercerts/funding/receipt.json +30 -10
- package/lexicons/pub/leaflet/blocks/blockquote.json +22 -0
- package/lexicons/pub/leaflet/blocks/bskyPost.json +19 -0
- package/lexicons/pub/leaflet/blocks/button.json +19 -0
- package/lexicons/pub/leaflet/blocks/code.json +21 -0
- package/lexicons/pub/leaflet/blocks/header.json +27 -0
- package/lexicons/pub/leaflet/blocks/horizontalRule.json +11 -0
- package/lexicons/pub/leaflet/blocks/iframe.json +21 -0
- package/lexicons/pub/leaflet/blocks/image.json +37 -0
- package/lexicons/pub/leaflet/blocks/math.json +15 -0
- package/lexicons/pub/leaflet/blocks/orderedList.json +54 -0
- package/lexicons/pub/leaflet/blocks/page.json +15 -0
- package/lexicons/pub/leaflet/blocks/poll.json +16 -0
- package/lexicons/pub/leaflet/blocks/text.json +26 -0
- package/lexicons/pub/leaflet/blocks/unorderedList.json +50 -0
- package/lexicons/pub/leaflet/blocks/website.json +27 -0
- package/lexicons/pub/leaflet/pages/linearDocument.json +98 -0
- package/lexicons/pub/leaflet/richtext/facet.json +149 -0
- package/package.json +5 -5
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../generated/util.ts","../../generated/lexicons.ts","../../generated/types/app/certified/actor/organization.ts","../../generated/types/app/certified/actor/profile.ts","../../generated/types/app/certified/badge/award.ts","../../generated/types/app/certified/badge/definition.ts","../../generated/types/app/certified/badge/response.ts","../../generated/types/app/certified/defs.ts","../../generated/types/app/certified/location.ts","../../generated/types/com/atproto/repo/strongRef.ts","../../generated/types/org/hyperboards/board.ts","../../generated/types/org/hyperboards/displayProfile.ts","../../generated/types/org/hypercerts/claim/activity.ts","../../generated/types/org/hypercerts/claim/contribution.ts","../../generated/types/org/hypercerts/claim/contributorInformation.ts","../../generated/types/org/hypercerts/claim/rights.ts","../../generated/types/org/hypercerts/collection.ts","../../generated/types/org/hypercerts/context/acknowledgement.ts","../../generated/types/org/hypercerts/context/attachment.ts","../../generated/types/org/hypercerts/context/evaluation.ts","../../generated/types/org/hypercerts/context/measurement.ts","../../generated/types/org/hypercerts/defs.ts","../../generated/types/org/hypercerts/funding/receipt.ts","../../generated/types/org/hypercerts/workscope/cel.ts","../../generated/types/org/hypercerts/workscope/tag.ts","../../generated/exports.ts"],"sourcesContent":["/**\n * GENERATED CODE - DO NOT MODIFY\n */\n\nimport { type ValidationResult } from '@atproto/lexicon'\n\nexport type OmitKey<T, K extends keyof T> = {\n [K2 in keyof T as K2 extends K ? never : K2]: T[K2]\n}\n\nexport type $Typed<V, T extends string = string> = V & { $type: T }\nexport type Un$Typed<V extends { $type?: string }> = OmitKey<V, '$type'>\n\nexport type $Type<Id extends string, Hash extends string> = Hash extends 'main'\n ? Id\n : `${Id}#${Hash}`\n\nfunction isObject<V>(v: V): v is V & object {\n return v != null && typeof v === 'object'\n}\n\nfunction is$type<Id extends string, Hash extends string>(\n $type: unknown,\n id: Id,\n hash: Hash,\n): $type is $Type<Id, Hash> {\n return hash === 'main'\n ? $type === id\n : // $type === `${id}#${hash}`\n typeof $type === 'string' &&\n $type.length === id.length + 1 + hash.length &&\n $type.charCodeAt(id.length) === 35 /* '#' */ &&\n $type.startsWith(id) &&\n $type.endsWith(hash)\n}\n\nexport type $TypedObject<\n V,\n Id extends string,\n Hash extends string,\n> = V extends {\n $type: $Type<Id, Hash>\n}\n ? V\n : V extends { $type?: string }\n ? V extends { $type?: infer T extends $Type<Id, Hash> }\n ? V & { $type: T }\n : never\n : V & { $type: $Type<Id, Hash> }\n\nexport function is$typed<V, Id extends string, Hash extends string>(\n v: V,\n id: Id,\n hash: Hash,\n): v is $TypedObject<V, Id, Hash> {\n return isObject(v) && '$type' in v && is$type(v.$type, id, hash)\n}\n\nexport function maybe$typed<V, Id extends string, Hash extends string>(\n v: V,\n id: Id,\n hash: Hash,\n): v is V & object & { $type?: $Type<Id, Hash> } {\n return (\n isObject(v) &&\n ('$type' in v ? v.$type === undefined || is$type(v.$type, id, hash) : true)\n )\n}\n\nexport type Validator<R = unknown> = (v: unknown) => ValidationResult<R>\nexport type ValidatorParam<V extends Validator> =\n V extends Validator<infer R> ? R : never\n\n/**\n * Utility function that allows to convert a \"validate*\" utility function into a\n * type predicate.\n */\nexport function asPredicate<V extends Validator>(validate: V) {\n return function <T>(v: T): v is T & ValidatorParam<V> {\n return validate(v).success\n }\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport {\n type LexiconDoc,\n Lexicons,\n ValidationError,\n type ValidationResult,\n} from '@atproto/lexicon'\nimport { type $Typed, is$typed, maybe$typed } from './util.js'\n\nexport const schemaDict = {\n AppCertifiedActorOrganization: {\n lexicon: 1,\n id: 'app.certified.actor.organization',\n defs: {\n main: {\n type: 'record',\n description:\n 'Extended metadata for an organization actor. Complements the base actor profile with organization-specific fields like legal structure and reference links.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n organizationType: {\n type: 'array',\n description:\n \"Legal or operational structures of the organization (e.g. 'nonprofit', 'ngo', 'government', 'social-enterprise', 'cooperative').\",\n items: {\n type: 'string',\n maxLength: 128,\n maxGraphemes: 100,\n },\n maxLength: 10,\n },\n urls: {\n type: 'array',\n description:\n 'Additional reference URLs (social media profiles, contact pages, donation links, etc.) with a display label for each URL.',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.actor.organization#urlItem',\n },\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to the location where the organization is based. The record referenced must conform with the lexicon app.certified.location.',\n },\n foundedDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n urlItem: {\n type: 'object',\n description: 'A labeled URL reference.',\n required: ['url'],\n properties: {\n url: {\n type: 'string',\n format: 'uri',\n description: 'The URL.',\n maxLength: 10000,\n maxGraphemes: 2048,\n },\n label: {\n type: 'string',\n description:\n \"Optional human-readable label for this URL (e.g. 'Support page', 'Donation page').\",\n maxLength: 640,\n maxGraphemes: 64,\n },\n },\n },\n },\n },\n AppCertifiedActorProfile: {\n lexicon: 1,\n id: 'app.certified.actor.profile',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Certified account profile.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n displayName: {\n type: 'string',\n description: 'Display name for the account',\n maxGraphemes: 64,\n maxLength: 640,\n },\n description: {\n type: 'string',\n description: 'Free-form profile description text.',\n maxGraphemes: 256,\n maxLength: 2560,\n },\n pronouns: {\n type: 'string',\n description: 'Free-form pronouns text.',\n maxGraphemes: 20,\n maxLength: 200,\n },\n website: {\n type: 'string',\n format: 'uri',\n description: 'Account website URL',\n },\n avatar: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n \"Small image to be displayed next to posts from account. AKA, 'profile picture'\",\n },\n banner: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#largeImage',\n ],\n description:\n 'Larger horizontal image to display behind profile view.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeAward: {\n lexicon: 1,\n id: 'app.certified.badge.award',\n defs: {\n main: {\n type: 'record',\n description:\n 'Records a badge award to a user, project, or activity claim.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['badge', 'subject', 'createdAt'],\n properties: {\n badge: {\n type: 'ref',\n ref: 'lex:app.certified.badge.definition',\n description: 'Reference to the badge definition for this award.',\n },\n subject: {\n type: 'union',\n description:\n 'Entity the badge award is for (either an account DID or any specific AT Protocol record), e.g. a user, a project, or a specific activity claim.',\n refs: [\n 'lex:app.certified.defs#did',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n note: {\n type: 'string',\n description:\n 'Optional statement explaining the reason for this badge award.',\n maxLength: 500,\n },\n url: {\n type: 'string',\n format: 'uri',\n description: 'Optional URL the badge award links to.',\n maxLength: 2048,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeDefinition: {\n lexicon: 1,\n id: 'app.certified.badge.definition',\n defs: {\n main: {\n type: 'record',\n description:\n 'Defines a badge that can be awarded via badge award records to users, projects, or activity claims.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'badgeType', 'icon', 'createdAt'],\n properties: {\n badgeType: {\n type: 'string',\n description:\n 'Category of the badge (e.g. endorsement, participation, affiliation).',\n maxLength: 100,\n },\n title: {\n type: 'string',\n description: 'Human-readable title of the badge.',\n maxLength: 256,\n },\n icon: {\n type: 'blob',\n description:\n 'Icon representing the badge, stored as a blob for compact visual display.',\n accept: [\n 'image/png',\n 'image/jpeg',\n 'image/webp',\n 'image/svg+xml',\n ],\n maxSize: 1048576,\n },\n description: {\n type: 'string',\n description:\n 'Optional short statement describing what the badge represents.',\n maxLength: 5000,\n maxGraphemes: 500,\n },\n allowedIssuers: {\n type: 'array',\n description:\n 'Optional allowlist of DIDs allowed to issue this badge. If omitted, anyone may issue it.',\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeResponse: {\n lexicon: 1,\n id: 'app.certified.badge.response',\n defs: {\n main: {\n type: 'record',\n description: 'Recipient response to a badge award.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['badgeAward', 'response', 'createdAt'],\n properties: {\n badgeAward: {\n type: 'ref',\n ref: 'lex:app.certified.badge.award',\n description: 'Reference to the badge award.',\n },\n response: {\n type: 'string',\n knownValues: ['accepted', 'rejected'],\n description:\n 'The recipient’s response for the badge (accepted or rejected).',\n },\n weight: {\n type: 'string',\n description:\n 'Optional relative weight for accepted badges, assigned by the recipient.',\n maxLength: 50,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedDefs: {\n lexicon: 1,\n id: 'app.certified.defs',\n description: 'Common type definitions used across certified protocols.',\n defs: {\n did: {\n type: 'object',\n description: 'A Decentralized Identifier (DID) string.',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID string value.',\n maxLength: 256,\n },\n },\n },\n },\n },\n AppCertifiedLocation: {\n lexicon: 1,\n id: 'app.certified.location',\n defs: {\n main: {\n type: 'record',\n description: 'A location reference',\n key: 'tid',\n record: {\n type: 'object',\n required: [\n 'lpVersion',\n 'srs',\n 'locationType',\n 'location',\n 'createdAt',\n ],\n properties: {\n lpVersion: {\n type: 'string',\n description: 'The version of the Location Protocol',\n maxLength: 10,\n },\n srs: {\n type: 'string',\n format: 'uri',\n description:\n 'The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system.',\n maxLength: 100,\n },\n locationType: {\n type: 'string',\n description:\n 'An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point). See the Location Protocol spec for the full registry: https://spec.decentralizedgeo.org/specification/location-types/#location-type-registry',\n knownValues: [\n 'coordinate-decimal',\n 'geojson-point',\n 'geojson',\n 'h3',\n 'geohash',\n 'wkt',\n 'address',\n 'scaledCoordinates',\n ],\n maxLength: 20,\n },\n location: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n 'lex:app.certified.location#string',\n ],\n description:\n 'The location of where the work was performed as a URI, blob, or inline string.',\n },\n name: {\n type: 'string',\n description:\n \"Human-readable name for this location (e.g. 'Golden Gate Park', 'San Francisco Bay Area')\",\n maxLength: 1000,\n maxGraphemes: 100,\n },\n description: {\n type: 'string',\n description:\n 'Additional context about this location, such as its significance to the work or specific boundaries',\n maxLength: 2000,\n maxGraphemes: 500,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n string: {\n type: 'object',\n required: ['string'],\n description:\n 'A location represented as a string, e.g. coordinates or a small GeoJSON string.',\n properties: {\n string: {\n type: 'string',\n description: 'The location string value',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n },\n },\n },\n },\n ComAtprotoRepoStrongRef: {\n lexicon: 1,\n id: 'com.atproto.repo.strongRef',\n description: 'A URI with a content-hash fingerprint.',\n defs: {\n main: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n },\n OrgHyperboardsBoard: {\n lexicon: 1,\n id: 'org.hyperboards.board',\n defs: {\n main: {\n type: 'record',\n description:\n \"Configuration record for a hyperboard, wrapping an underlying activity or collection with visual presentation settings. Stored in the creator's PDS.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Reference to the org.hypercerts.claim.activity or org.hypercerts.claim.collection this board visualizes.',\n },\n config: {\n type: 'ref',\n ref: 'lex:org.hyperboards.board#boardConfig',\n description:\n 'Board-level visual configuration (background, colors, aspect ratio).',\n },\n contributorConfigs: {\n type: 'array',\n description:\n 'Per-contributor configuration entries for this board.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:org.hyperboards.board#contributorConfig',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n boardConfig: {\n type: 'object',\n description:\n \"Visual configuration for a hyperboard's background, colors, and layout.\",\n properties: {\n backgroundType: {\n type: 'string',\n description: 'Type of background content.',\n knownValues: ['image', 'iframe'],\n maxLength: 10,\n },\n backgroundImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description: 'Background image as a URI or image blob.',\n },\n backgroundIframeUrl: {\n type: 'string',\n format: 'uri',\n description: 'URI of the background iframe.',\n maxLength: 2048,\n },\n backgroundGrayscale: {\n type: 'boolean',\n description:\n 'Whether the background is rendered in grayscale. Default: true.',\n },\n backgroundOpacity: {\n type: 'integer',\n description: 'Background opacity as a percentage (0–100).',\n minimum: 0,\n maximum: 100,\n },\n backgroundColor: {\n type: 'string',\n description: \"Background color as a hex string (e.g. '#ffffff').\",\n maxLength: 20,\n },\n borderColor: {\n type: 'string',\n description: \"Border color as a hex string (e.g. '#000000').\",\n maxLength: 20,\n },\n grayscaleImages: {\n type: 'boolean',\n description:\n 'Whether contributor images are rendered in grayscale. Default: false.',\n },\n imageShape: {\n type: 'string',\n description: 'Shape used to crop contributor images on this board.',\n knownValues: ['circular', 'square'],\n maxLength: 20,\n },\n aspectRatio: {\n type: 'string',\n description: 'Display aspect ratio of the board.',\n knownValues: ['16:9', '4:3', '1:1'],\n maxLength: 10,\n },\n },\n },\n contributorConfig: {\n type: 'object',\n description:\n 'Configuration for a specific contributor within a board. Values serve as fallbacks when the contributor has not defined them on their profile. It can also be used to override contributor settings on this board without changing their global profile.',\n required: ['contributor'],\n properties: {\n contributor: {\n type: 'union',\n refs: [\n 'lex:com.atproto.repo.strongRef',\n 'lex:org.hypercerts.claim.activity#contributorIdentity',\n ],\n description:\n 'Identifies the contributor being styled. A strong reference to an org.hypercerts.claim.contributorInformation record, or a contributorIdentity (DID or identifier string) for contributors without a dedicated record.',\n },\n override: {\n type: 'boolean',\n description:\n \"When true, these values take precedence over the contributor's own profile and display settings. When false or omitted, they are only used as fallbacks if the contributor has not set their own settings.\",\n },\n displayName: {\n type: 'string',\n description: 'Display name for this contributor on this board.',\n maxLength: 640,\n maxGraphemes: 64,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Avatar or face image for this contributor on this board, as a URI or image blob.',\n },\n video: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallVideo',\n ],\n description:\n 'Video for this contributor, as a URI (embed/direct link) or uploaded video blob.',\n },\n hoverImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Image overlay shown when hovering over this contributor, as a URI or image blob.',\n },\n hoverIframeUrl: {\n type: 'string',\n format: 'uri',\n description:\n 'Iframe overlay shown when hovering over this contributor.',\n maxLength: 2048,\n },\n url: {\n type: 'string',\n format: 'uri',\n description: 'Click-through link URL for this contributor.',\n maxLength: 2048,\n },\n },\n },\n },\n },\n OrgHyperboardsDisplayProfile: {\n lexicon: 1,\n id: 'org.hyperboards.displayProfile',\n defs: {\n main: {\n type: 'record',\n description:\n \"User-declared visual presentation defaults for how a contributor appears on hyperboards. Stored in the contributor's own PDS and reusable across multiple boards.\",\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n displayName: {\n type: 'string',\n description:\n 'Display name override for this user on hyperboards.',\n maxLength: 640,\n maxGraphemes: 64,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Avatar or face image override for this user on hyperboards, as a URI or image blob.',\n },\n video: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallVideo',\n ],\n description:\n 'Default video for this user across boards, as a URI (embed/direct link) or uploaded video blob.',\n },\n hoverImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Default hover image for this user across boards, as a URI or image blob.',\n },\n hoverIframeUrl: {\n type: 'string',\n format: 'uri',\n description:\n 'Default hover iframe URL for this user across boards.',\n maxLength: 2048,\n },\n url: {\n type: 'string',\n format: 'uri',\n description:\n 'Default click-through link URL for this user across boards.',\n maxLength: 2048,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimActivity: {\n lexicon: 1,\n id: 'org.hypercerts.claim.activity',\n defs: {\n main: {\n type: 'record',\n description: 'A hypercert record tracking impact work.',\n key: 'any',\n record: {\n type: 'object',\n required: ['title', 'shortDescription', 'createdAt'],\n properties: {\n title: {\n type: 'string',\n description:\n \"Display title summarizing the impact work (e.g. 'Reforestation in Amazon Basin 2024')\",\n maxLength: 256,\n },\n shortDescription: {\n type: 'string',\n description:\n 'Short summary of this activity claim, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n shortDescriptionFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n description: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#main',\n description:\n 'Rich-text description, represented as a Leaflet linear document.',\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'The hypercert visual representation as a URI or image blob.',\n },\n contributors: {\n type: 'array',\n description:\n 'An array of contributor objects, each containing contributor information, weight, and contribution details.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:org.hypercerts.claim.activity#contributor',\n },\n },\n workScope: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.workscope.cel',\n 'lex:org.hypercerts.claim.activity#workScopeString',\n ],\n description:\n 'Work scope definition. A CEL expression for structured, machine-evaluable scopes or a free-form string for simple and legacy scopes.',\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description: 'When the work began',\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description: 'When the work ended',\n },\n locations: {\n type: 'array',\n description:\n 'An array of strong references to the location where activity was performed. The record referenced must conform with the lexicon app.certified.location.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n rights: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to the rights that this hypercert has. The record referenced must conform with the lexicon org.hypercerts.claim.rights.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n contributor: {\n type: 'object',\n required: ['contributorIdentity'],\n properties: {\n contributorIdentity: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.claim.activity#contributorIdentity',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Inline contributor identity object with an identity string (DID or identifier) via org.hypercerts.claim.activity#contributorIdentity, or a strong reference to a contributor information record. The record referenced must conform with the lexicon org.hypercerts.claim.contributorInformation.',\n },\n contributionWeight: {\n type: 'string',\n description:\n 'The relative weight/importance of this contribution (stored as a string to avoid float precision issues). Must be a positive numeric value. Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed.',\n maxLength: 100,\n },\n contributionDetails: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.claim.activity#contributorRole',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Inline contribution role object with a role string via org.hypercerts.claim.activity#contributorRole, or a strong reference to a contribution details record. The record referenced must conform with the lexicon org.hypercerts.claim.contribution.',\n },\n },\n },\n contributorIdentity: {\n type: 'object',\n description: 'Contributor information as a string (DID or identifier).',\n required: ['identity'],\n properties: {\n identity: {\n type: 'string',\n description: 'The contributor identity string (DID or identifier).',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n contributorRole: {\n type: 'object',\n description: 'Contribution details as a string.',\n required: ['role'],\n properties: {\n role: {\n type: 'string',\n description: 'The contribution role or details.',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n workScopeString: {\n type: 'object',\n description:\n 'A free-form string describing the work scope for simple or legacy scopes.',\n required: ['scope'],\n properties: {\n scope: {\n type: 'string',\n description: 'The work scope description string.',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n },\n },\n OrgHypercertsClaimContribution: {\n lexicon: 1,\n id: 'org.hypercerts.claim.contribution',\n defs: {\n main: {\n type: 'record',\n description:\n 'Details about a specific contribution including role, description, and timeframe.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n role: {\n type: 'string',\n description: 'Role or title of the contributor.',\n maxLength: 100,\n },\n contributionDescription: {\n type: 'string',\n description:\n 'Description of what the contribution concretely involved.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When this contribution started. Should fall within the parent hypercert's timeframe.\",\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When this contribution finished. Should fall within the parent hypercert's timeframe.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimContributorInformation: {\n lexicon: 1,\n id: 'org.hypercerts.claim.contributorInformation',\n defs: {\n main: {\n type: 'record',\n description:\n 'Contributor information including identifier, display name, and image.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n identifier: {\n type: 'string',\n description:\n 'DID (did:plc:...) or URI to a social profile of the contributor.',\n maxLength: 2048,\n },\n displayName: {\n type: 'string',\n description:\n 'Human-readable name for the contributor as it should appear in UI.',\n maxLength: 100,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'The contributor visual representation as a URI or image blob.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimRights: {\n lexicon: 1,\n id: 'org.hypercerts.claim.rights',\n defs: {\n main: {\n type: 'record',\n description:\n 'Describes the rights that a contributor and/or an owner has, such as whether the hypercert can be sold, transferred, and under what conditions.',\n key: 'tid',\n record: {\n type: 'object',\n required: [\n 'rightsName',\n 'rightsType',\n 'rightsDescription',\n 'createdAt',\n ],\n properties: {\n rightsName: {\n type: 'string',\n description:\n \"Human-readable name for these rights (e.g. 'All Rights Reserved', 'CC BY-SA 4.0')\",\n maxLength: 100,\n },\n rightsType: {\n type: 'string',\n description:\n \"Short identifier code for this rights type (e.g. 'ARR', 'CC-BY-SA') to facilitate filtering and search\",\n maxLength: 10,\n },\n rightsDescription: {\n type: 'string',\n description:\n \"Detailed explanation of the rights holders' permissions, restrictions, and conditions\",\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n attachment: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n description:\n 'An attachment to define the rights further, e.g. a legal document.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n OrgHypercertsCollection: {\n lexicon: 1,\n id: 'org.hypercerts.collection',\n defs: {\n main: {\n type: 'record',\n description:\n 'A collection/group of items (activities and/or other collections). Collections support recursive nesting.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'createdAt'],\n properties: {\n type: {\n type: 'string',\n description:\n \"The type of this collection. Possible fields can be 'favorites', 'project', or any other type of collection.\",\n maxLength: 64,\n },\n title: {\n type: 'string',\n description:\n \"Display name for this collection (e.g. 'Q1 2025 Impact Projects')\",\n maxLength: 800,\n maxGraphemes: 80,\n },\n shortDescription: {\n type: 'string',\n maxLength: 3000,\n maxGraphemes: 300,\n description:\n 'Short summary of this collection, suitable for previews and list views',\n },\n description: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#main',\n description:\n 'Rich-text description, represented as a Leaflet linear document.',\n },\n avatar: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n \"The collection's avatar/profile image as a URI or image blob.\",\n },\n banner: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#largeImage',\n ],\n description:\n 'Larger horizontal image to display behind the collection view.',\n },\n items: {\n type: 'array',\n description:\n 'Array of items in this collection with optional weights.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:org.hypercerts.collection#item',\n },\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"A strong reference to the location where this collection's activities were performed. The record referenced must conform with the lexicon app.certified.location.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n item: {\n type: 'object',\n required: ['itemIdentifier'],\n properties: {\n itemIdentifier: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Strong reference to an item in this collection. Items can be activities (org.hypercerts.claim.activity) and/or other collections (org.hypercerts.collection).',\n },\n itemWeight: {\n type: 'string',\n description:\n 'Optional weight for this item (positive numeric value stored as string). Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed.',\n maxLength: 100,\n },\n },\n },\n },\n },\n OrgHypercertsContextAcknowledgement: {\n lexicon: 1,\n id: 'org.hypercerts.context.acknowledgement',\n defs: {\n main: {\n type: 'record',\n description:\n \"Acknowledges a record (subject) or its relationship in a context. Created in the acknowledging actor's repo to form a bidirectional link. Examples: a contributor acknowledging inclusion in an activity, an activity owner acknowledging inclusion in a collection, or a record owner acknowledging an evaluation.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'acknowledged', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'The record being acknowledged (e.g. an activity, a contributor information record, an evaluation).',\n },\n context: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Context for the acknowledgement (e.g. the collection that includes an activity, or the activity that includes a contributor). A URI for a lightweight reference or a strong reference for content-hash verification.',\n },\n acknowledged: {\n type: 'boolean',\n description:\n 'Whether the relationship is acknowledged (true) or rejected (false).',\n },\n comment: {\n type: 'string',\n description:\n 'Optional plain-text comment providing additional context or reasoning.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsContextAttachment: {\n lexicon: 1,\n id: 'org.hypercerts.context.attachment',\n defs: {\n main: {\n type: 'record',\n description:\n 'An attachment providing commentary, context, evidence, or documentary material related to a hypercert record (e.g. an activity, project, claim, or evaluation).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'createdAt'],\n properties: {\n subjects: {\n type: 'array',\n description:\n 'References to the subject(s) the attachment is connected to—this may be an activity claim, outcome claim, measurement, evaluation, or even another attachment. This is optional as the attachment can exist before the claim is recorded.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n contentType: {\n type: 'string',\n maxLength: 64,\n description:\n 'The type of attachment, e.g. report, audit, evidence, testimonial, methodology, etc.',\n },\n content: {\n type: 'array',\n description:\n 'The files, documents, or external references included in this attachment record.',\n items: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n },\n maxLength: 100,\n },\n title: {\n type: 'string',\n maxLength: 256,\n description:\n \"Display title for this attachment (e.g. 'Impact Assessment Report', 'Audit Findings')\",\n },\n shortDescription: {\n type: 'string',\n description:\n 'Short summary of this attachment, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n shortDescriptionFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n description: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#main',\n description:\n 'Rich-text description, represented as a Leaflet linear document.',\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"A strong reference to the location where this attachment's subject matter occurred. The record referenced must conform with the lexicon app.certified.location.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsContextEvaluation: {\n lexicon: 1,\n id: 'org.hypercerts.context.evaluation',\n defs: {\n main: {\n type: 'record',\n description:\n 'An evaluation of a hypercert record (e.g. an activity and its impact).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['evaluators', 'summary', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to what is being evaluated (e.g. activity, measurement, contribution, etc.)',\n },\n evaluators: {\n type: 'array',\n description: 'DIDs of the evaluators',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n maxLength: 1000,\n },\n content: {\n type: 'array',\n description:\n 'Evaluation data (URIs or blobs) containing detailed reports or methodology',\n items: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n },\n maxLength: 100,\n },\n measurements: {\n type: 'array',\n description:\n 'Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.context.measurement',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n summary: {\n type: 'string',\n description: 'Brief evaluation summary',\n maxLength: 5000,\n maxGraphemes: 1000,\n },\n score: {\n type: 'ref',\n ref: 'lex:org.hypercerts.context.evaluation#score',\n description:\n 'Optional overall score for this evaluation on a numeric scale.',\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'An optional reference for georeferenced evaluations. The record referenced must conform with the lexicon app.certified.location.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n score: {\n type: 'object',\n description: 'Overall score for an evaluation on a numeric scale.',\n required: ['min', 'max', 'value'],\n properties: {\n min: {\n type: 'integer',\n description: 'Minimum value of the scale, e.g. 0 or 1.',\n },\n max: {\n type: 'integer',\n description: 'Maximum value of the scale, e.g. 5 or 10.',\n },\n value: {\n type: 'integer',\n description: 'Score within the inclusive range [min, max].',\n },\n },\n },\n },\n },\n OrgHypercertsContextMeasurement: {\n lexicon: 1,\n id: 'org.hypercerts.context.measurement',\n defs: {\n main: {\n type: 'record',\n description:\n 'Measurement data related to one or more records (e.g. activities, projects, etc.).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['metric', 'unit', 'value', 'createdAt'],\n properties: {\n subjects: {\n type: 'array',\n description:\n 'Strong references to the records this measurement refers to (e.g. activities, projects, or claims).',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n metric: {\n type: 'string',\n description:\n 'The metric being measured, e.g. forest area restored, number of users, etc.',\n maxLength: 500,\n },\n unit: {\n type: 'string',\n description:\n 'The unit of the measured value (e.g. kg CO₂e, hectares, %, index score).',\n maxLength: 50,\n },\n value: {\n type: 'string',\n description:\n \"The measured value as a numeric string (e.g. '1234.56')\",\n maxLength: 500,\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description:\n 'The start date and time when the measurement began.',\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description:\n 'The end date and time when the measurement ended. For one-time measurements, this should equal the start date.',\n },\n locations: {\n type: 'array',\n description:\n 'Optional geographic references related to where the measurement was taken. Each referenced record must conform with the app.certified.location lexicon.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n methodType: {\n type: 'string',\n description: 'Short identifier for the measurement methodology',\n maxLength: 30,\n },\n methodURI: {\n type: 'string',\n format: 'uri',\n description:\n 'URI to methodology documentation, standard protocol, or measurement procedure',\n },\n evidenceURI: {\n type: 'array',\n description:\n 'URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets)',\n items: {\n type: 'string',\n format: 'uri',\n },\n maxLength: 50,\n },\n measurers: {\n type: 'array',\n description:\n 'DIDs of the entities that performed this measurement',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n maxLength: 100,\n },\n comment: {\n type: 'string',\n description:\n 'Short comment of this measurement, suitable for previews and list views. Rich text annotations may be provided via `commentFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n commentFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `comment` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n OrgHypercertsDefs: {\n lexicon: 1,\n id: 'org.hypercerts.defs',\n description:\n 'Common type definitions used across all Hypercerts protocols.',\n defs: {\n uri: {\n type: 'object',\n required: ['uri'],\n description: 'Object containing a URI to external data',\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n description: 'URI to external data',\n },\n },\n },\n smallBlob: {\n type: 'object',\n required: ['blob'],\n description: 'Object containing a blob to external data',\n properties: {\n blob: {\n type: 'blob',\n accept: ['*/*'],\n maxSize: 10485760,\n description: 'Blob to external data (up to 10MB)',\n },\n },\n },\n largeBlob: {\n type: 'object',\n required: ['blob'],\n description: 'Object containing a blob to external data',\n properties: {\n blob: {\n type: 'blob',\n accept: ['*/*'],\n maxSize: 104857600,\n description: 'Blob to external data (up to 100MB)',\n },\n },\n },\n smallImage: {\n type: 'object',\n required: ['image'],\n description: 'Object containing a small image',\n properties: {\n image: {\n type: 'blob',\n accept: ['image/jpeg', 'image/jpg', 'image/png', 'image/webp'],\n maxSize: 5242880,\n description: 'Image (up to 5MB)',\n },\n },\n },\n smallVideo: {\n type: 'object',\n required: ['video'],\n description: 'Object containing a small video',\n properties: {\n video: {\n type: 'blob',\n accept: ['video/mp4', 'video/webm'],\n maxSize: 20971520,\n description: 'Video (up to 20MB)',\n },\n },\n },\n largeImage: {\n type: 'object',\n required: ['image'],\n description: 'Object containing a large image',\n properties: {\n image: {\n type: 'blob',\n accept: ['image/jpeg', 'image/jpg', 'image/png', 'image/webp'],\n maxSize: 10485760,\n description: 'Image (up to 10MB)',\n },\n },\n },\n },\n },\n OrgHypercertsFundingReceipt: {\n lexicon: 1,\n id: 'org.hypercerts.funding.receipt',\n defs: {\n main: {\n type: 'record',\n description:\n 'Records a funding receipt for a payment from one user to another user. It may be recorded by the recipient, by the sender, or by a third party. The sender may remain anonymous.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['from', 'to', 'amount', 'currency', 'createdAt'],\n properties: {\n from: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n description:\n 'DID of the sender who transferred the funds. Leave empty if sender wants to stay anonymous.',\n },\n to: {\n type: 'string',\n description:\n 'The recipient of the funds. Can be identified by DID or a clear-text name.',\n maxLength: 2048,\n },\n amount: {\n type: 'string',\n description:\n \"Amount of funding received as a numeric string (e.g. '1000.50').\",\n maxLength: 50,\n },\n currency: {\n type: 'string',\n description: 'Currency of the payment (e.g. EUR, USD, ETH).',\n maxLength: 10,\n },\n paymentRail: {\n type: 'string',\n description:\n 'How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor).',\n maxLength: 50,\n },\n paymentNetwork: {\n type: 'string',\n description:\n 'Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal).',\n maxLength: 50,\n },\n transactionId: {\n type: 'string',\n description:\n 'Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable.',\n maxLength: 256,\n },\n for: {\n type: 'string',\n format: 'at-uri',\n description:\n 'Optional reference to the activity, project, or organization this funding relates to.',\n },\n notes: {\n type: 'string',\n description:\n 'Optional notes or additional context for this funding receipt.',\n maxLength: 500,\n },\n occurredAt: {\n type: 'string',\n format: 'datetime',\n description: 'Timestamp when the payment occurred.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this receipt record was created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsWorkscopeCel: {\n lexicon: 1,\n id: 'org.hypercerts.workscope.cel',\n defs: {\n main: {\n type: 'object',\n description:\n \"A structured, machine-evaluable work scope definition using CEL (Common Expression Language). Tags referenced in the expression correspond to org.hypercerts.workscope.tag keys. See https://github.com/google/cel-spec. Note: this is intentionally type 'object' (not 'record') so it can be directly embedded inline in union types (e.g., activity.workScope) without requiring a separate collection or strongRef indirection.\",\n required: ['expression', 'usedTags', 'version', 'createdAt'],\n properties: {\n expression: {\n type: 'string',\n maxLength: 10000,\n maxGraphemes: 5000,\n description:\n \"A CEL expression encoding the work scope conditions. Example: scope.hasAll(['mangrove_restoration', 'environmental_education']) && location.country == 'KE'\",\n },\n usedTags: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n description:\n 'Strong references to org.hypercerts.workscope.tag records used in the expression. Enables fast indexing by AT-URI and provides referential integrity to the underlying tag records.',\n },\n version: {\n type: 'string',\n maxLength: 16,\n knownValues: ['v1'],\n description: 'CEL context schema version.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this expression was originally created.',\n },\n },\n },\n },\n },\n OrgHypercertsWorkscopeTag: {\n lexicon: 1,\n id: 'org.hypercerts.workscope.tag',\n defs: {\n main: {\n type: 'record',\n description:\n 'A reusable scope atom for work scope logic expressions. Scopes can represent topics, languages, domains, deliverables, methods, regions, tags, or other categorical labels. Tags are composed into structured expressions via CEL (Common Expression Language) on activity records.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['key', 'name', 'createdAt'],\n properties: {\n key: {\n type: 'string',\n description:\n \"Lowercase, underscore-separated machine-readable key for this scope (e.g., 'mangrove_restoration', 'biodiversity_monitoring'). Used as the canonical identifier in CEL expressions.\",\n maxLength: 120,\n },\n name: {\n type: 'string',\n description: 'Human-readable name for this scope.',\n maxLength: 200,\n },\n category: {\n type: 'string',\n description: 'Category type of this scope.',\n knownValues: ['topic', 'language', 'domain', 'method'],\n maxLength: 50,\n },\n description: {\n type: 'string',\n description: 'Optional longer description of this scope.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n parent: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Optional strong reference to a parent work scope tag record for taxonomy/hierarchy support. The record referenced must conform with the lexicon org.hypercerts.workscope.tag.',\n },\n status: {\n type: 'string',\n description:\n 'Lifecycle status of this tag. Communities propose tags, curators accept them, deprecated tags point to replacements via supersededBy.',\n knownValues: ['proposed', 'accepted', 'deprecated'],\n maxLength: 20,\n },\n supersededBy: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"When status is 'deprecated', points to the replacement work scope tag record. The record referenced must conform with the lexicon org.hypercerts.workscope.tag.\",\n },\n aliases: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 200,\n },\n maxLength: 50,\n description:\n 'Alternative human-readable names for this scope (e.g., translations, abbreviations, or common synonyms). Unlike sameAs, these are plain-text labels, not links to external ontologies.',\n },\n sameAs: {\n type: 'array',\n items: {\n type: 'string',\n format: 'uri',\n maxLength: 2048,\n },\n maxLength: 20,\n description:\n 'URIs to semantically equivalent concepts in external ontologies or taxonomies (e.g., Wikidata QIDs, ENVO terms, SDG targets). Used for interoperability, not as documentation.',\n },\n referenceDocument: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n description:\n 'Link to a governance or reference document where this work scope tag is defined and further explained.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n} as const satisfies Record<string, LexiconDoc>\nexport const schemas = Object.values(schemaDict) satisfies LexiconDoc[]\nexport const lexicons: Lexicons = new Lexicons(schemas)\n\nexport function validate<T extends { $type: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType: true,\n): ValidationResult<T>\nexport function validate<T extends { $type?: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: false,\n): ValidationResult<T>\nexport function validate(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: boolean,\n): ValidationResult {\n return (requiredType ? is$typed : maybe$typed)(v, id, hash)\n ? lexicons.validate(`${id}#${hash}`, v)\n : {\n success: false,\n error: new ValidationError(\n `Must be an object with \"${hash === 'main' ? id : `${id}#${hash}`}\" $type property`,\n ),\n }\n}\n\nexport const ids = {\n AppCertifiedActorOrganization: 'app.certified.actor.organization',\n AppCertifiedActorProfile: 'app.certified.actor.profile',\n AppCertifiedBadgeAward: 'app.certified.badge.award',\n AppCertifiedBadgeDefinition: 'app.certified.badge.definition',\n AppCertifiedBadgeResponse: 'app.certified.badge.response',\n AppCertifiedDefs: 'app.certified.defs',\n AppCertifiedLocation: 'app.certified.location',\n ComAtprotoRepoStrongRef: 'com.atproto.repo.strongRef',\n OrgHyperboardsBoard: 'org.hyperboards.board',\n OrgHyperboardsDisplayProfile: 'org.hyperboards.displayProfile',\n OrgHypercertsClaimActivity: 'org.hypercerts.claim.activity',\n OrgHypercertsClaimContribution: 'org.hypercerts.claim.contribution',\n OrgHypercertsClaimContributorInformation:\n 'org.hypercerts.claim.contributorInformation',\n OrgHypercertsClaimRights: 'org.hypercerts.claim.rights',\n OrgHypercertsCollection: 'org.hypercerts.collection',\n OrgHypercertsContextAcknowledgement: 'org.hypercerts.context.acknowledgement',\n OrgHypercertsContextAttachment: 'org.hypercerts.context.attachment',\n OrgHypercertsContextEvaluation: 'org.hypercerts.context.evaluation',\n OrgHypercertsContextMeasurement: 'org.hypercerts.context.measurement',\n OrgHypercertsDefs: 'org.hypercerts.defs',\n OrgHypercertsFundingReceipt: 'org.hypercerts.funding.receipt',\n OrgHypercertsWorkscopeCel: 'org.hypercerts.workscope.cel',\n OrgHypercertsWorkscopeTag: 'org.hypercerts.workscope.tag',\n} as const\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.actor.organization'\n\nexport interface Main {\n $type: 'app.certified.actor.organization'\n /** Legal or operational structures of the organization (e.g. 'nonprofit', 'ngo', 'government', 'social-enterprise', 'cooperative'). */\n organizationType?: string[]\n /** Additional reference URLs (social media profiles, contact pages, donation links, etc.) with a display label for each URL. */\n urls?: UrlItem[]\n location?: ComAtprotoRepoStrongRef.Main\n /** When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical. */\n foundedDate?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A labeled URL reference. */\nexport interface UrlItem {\n $type?: 'app.certified.actor.organization#urlItem'\n /** The URL. */\n url: string\n /** Optional human-readable label for this URL (e.g. 'Support page', 'Donation page'). */\n label?: string\n}\n\nconst hashUrlItem = 'urlItem'\n\nexport function isUrlItem<V>(v: V) {\n return is$typed(v, id, hashUrlItem)\n}\n\nexport function validateUrlItem<V>(v: V) {\n return validate<UrlItem & V>(v, id, hashUrlItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../../../org/hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.actor.profile'\n\nexport interface Main {\n $type: 'app.certified.actor.profile'\n /** Display name for the account */\n displayName?: string\n /** Free-form profile description text. */\n description?: string\n /** Free-form pronouns text. */\n pronouns?: string\n /** Account website URL */\n website?: string\n avatar?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n banner?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.LargeImage>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedBadgeDefinition from './definition.js'\nimport type * as AppCertifiedDefs from '../defs.js'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.award'\n\nexport interface Main {\n $type: 'app.certified.badge.award'\n badge: AppCertifiedBadgeDefinition.Main\n subject:\n | $Typed<AppCertifiedDefs.Did>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** Optional statement explaining the reason for this badge award. */\n note?: string\n /** Optional URL the badge award links to. */\n url?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.definition'\n\nexport interface Main {\n $type: 'app.certified.badge.definition'\n /** Category of the badge (e.g. endorsement, participation, affiliation). */\n badgeType: string\n /** Human-readable title of the badge. */\n title: string\n /** Icon representing the badge, stored as a blob for compact visual display. */\n icon: BlobRef\n /** Optional short statement describing what the badge represents. */\n description?: string\n /** Optional allowlist of DIDs allowed to issue this badge. If omitted, anyone may issue it. */\n allowedIssuers?: AppCertifiedDefs.Did[]\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedBadgeAward from './award.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.response'\n\nexport interface Main {\n $type: 'app.certified.badge.response'\n badgeAward: AppCertifiedBadgeAward.Main\n /** The recipient’s response for the badge (accepted or rejected). */\n response: 'accepted' | 'rejected' | (string & {})\n /** Optional relative weight for accepted badges, assigned by the recipient. */\n weight?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.defs'\n\n/** A Decentralized Identifier (DID) string. */\nexport interface Did {\n $type?: 'app.certified.defs#did'\n /** The DID string value. */\n did: string\n}\n\nconst hashDid = 'did'\n\nexport function isDid<V>(v: V) {\n return is$typed(v, id, hashDid)\n}\n\nexport function validateDid<V>(v: V) {\n return validate<Did & V>(v, id, hashDid)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as OrgHypercertsDefs from '../../org/hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.location'\n\nexport interface Main {\n $type: 'app.certified.location'\n /** The version of the Location Protocol */\n lpVersion: string\n /** The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system. */\n srs: string\n /** An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point). See the Location Protocol spec for the full registry: https://spec.decentralizedgeo.org/specification/location-types/#location-type-registry */\n locationType:\n | 'coordinate-decimal'\n | 'geojson-point'\n | 'geojson'\n | 'h3'\n | 'geohash'\n | 'wkt'\n | 'address'\n | 'scaledCoordinates'\n | (string & {})\n location:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | $Typed<String>\n | { $type: string }\n /** Human-readable name for this location (e.g. 'Golden Gate Park', 'San Francisco Bay Area') */\n name?: string\n /** Additional context about this location, such as its significance to the work or specific boundaries */\n description?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A location represented as a string, e.g. coordinates or a small GeoJSON string. */\nexport interface String {\n $type?: 'app.certified.location#string'\n /** The location string value */\n string: string\n}\n\nconst hashString = 'string'\n\nexport function isString<V>(v: V) {\n return is$typed(v, id, hashString)\n}\n\nexport function validateString<V>(v: V) {\n return validate<String & V>(v, id, hashString)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'com.atproto.repo.strongRef'\n\nexport interface Main {\n $type?: 'com.atproto.repo.strongRef'\n uri: string\n cid: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../hypercerts/defs.js'\nimport type * as OrgHypercertsClaimActivity from '../hypercerts/claim/activity.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hyperboards.board'\n\nexport interface Main {\n $type: 'org.hyperboards.board'\n subject: ComAtprotoRepoStrongRef.Main\n config?: BoardConfig\n /** Per-contributor configuration entries for this board. */\n contributorConfigs?: ContributorConfig[]\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** Visual configuration for a hyperboard's background, colors, and layout. */\nexport interface BoardConfig {\n $type?: 'org.hyperboards.board#boardConfig'\n /** Type of background content. */\n backgroundType?: 'image' | 'iframe' | (string & {})\n backgroundImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** URI of the background iframe. */\n backgroundIframeUrl?: string\n /** Whether the background is rendered in grayscale. Default: true. */\n backgroundGrayscale?: boolean\n /** Background opacity as a percentage (0–100). */\n backgroundOpacity?: number\n /** Background color as a hex string (e.g. '#ffffff'). */\n backgroundColor?: string\n /** Border color as a hex string (e.g. '#000000'). */\n borderColor?: string\n /** Whether contributor images are rendered in grayscale. Default: false. */\n grayscaleImages?: boolean\n /** Shape used to crop contributor images on this board. */\n imageShape?: 'circular' | 'square' | (string & {})\n /** Display aspect ratio of the board. */\n aspectRatio?: '16:9' | '4:3' | '1:1' | (string & {})\n}\n\nconst hashBoardConfig = 'boardConfig'\n\nexport function isBoardConfig<V>(v: V) {\n return is$typed(v, id, hashBoardConfig)\n}\n\nexport function validateBoardConfig<V>(v: V) {\n return validate<BoardConfig & V>(v, id, hashBoardConfig)\n}\n\n/** Configuration for a specific contributor within a board. Values serve as fallbacks when the contributor has not defined them on their profile. It can also be used to override contributor settings on this board without changing their global profile. */\nexport interface ContributorConfig {\n $type?: 'org.hyperboards.board#contributorConfig'\n contributor:\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | $Typed<OrgHypercertsClaimActivity.ContributorIdentity>\n | { $type: string }\n /** When true, these values take precedence over the contributor's own profile and display settings. When false or omitted, they are only used as fallbacks if the contributor has not set their own settings. */\n override?: boolean\n /** Display name for this contributor on this board. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n video?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallVideo>\n | { $type: string }\n hoverImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Iframe overlay shown when hovering over this contributor. */\n hoverIframeUrl?: string\n /** Click-through link URL for this contributor. */\n url?: string\n}\n\nconst hashContributorConfig = 'contributorConfig'\n\nexport function isContributorConfig<V>(v: V) {\n return is$typed(v, id, hashContributorConfig)\n}\n\nexport function validateContributorConfig<V>(v: V) {\n return validate<ContributorConfig & V>(v, id, hashContributorConfig)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as OrgHypercertsDefs from '../hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hyperboards.displayProfile'\n\nexport interface Main {\n $type: 'org.hyperboards.displayProfile'\n /** Display name override for this user on hyperboards. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n video?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallVideo>\n | { $type: string }\n hoverImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Default hover iframe URL for this user across boards. */\n hoverIframeUrl?: string\n /** Default click-through link URL for this user across boards. */\n url?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\nimport type * as PubLeafletPagesLinearDocument from '../../../pub/leaflet/pages/linearDocument.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\nimport type * as OrgHypercertsWorkscopeCel from '../workscope/cel.js'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.activity'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.activity'\n /** Display title summarizing the impact work (e.g. 'Reforestation in Amazon Basin 2024') */\n title: string\n /** Short summary of this activity claim, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`. */\n shortDescription: string\n /** Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc). */\n shortDescriptionFacets?: AppBskyRichtextFacet.Main[]\n description?: PubLeafletPagesLinearDocument.Main\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** An array of contributor objects, each containing contributor information, weight, and contribution details. */\n contributors?: Contributor[]\n workScope?:\n | $Typed<OrgHypercertsWorkscopeCel.Main>\n | $Typed<WorkScopeString>\n | { $type: string }\n /** When the work began */\n startDate?: string\n /** When the work ended */\n endDate?: string\n /** An array of strong references to the location where activity was performed. The record referenced must conform with the lexicon app.certified.location. */\n locations?: ComAtprotoRepoStrongRef.Main[]\n rights?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\nexport interface Contributor {\n $type?: 'org.hypercerts.claim.activity#contributor'\n contributorIdentity:\n | $Typed<ContributorIdentity>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** The relative weight/importance of this contribution (stored as a string to avoid float precision issues). Must be a positive numeric value. Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed. */\n contributionWeight?: string\n contributionDetails?:\n | $Typed<ContributorRole>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n}\n\nconst hashContributor = 'contributor'\n\nexport function isContributor<V>(v: V) {\n return is$typed(v, id, hashContributor)\n}\n\nexport function validateContributor<V>(v: V) {\n return validate<Contributor & V>(v, id, hashContributor)\n}\n\n/** Contributor information as a string (DID or identifier). */\nexport interface ContributorIdentity {\n $type?: 'org.hypercerts.claim.activity#contributorIdentity'\n /** The contributor identity string (DID or identifier). */\n identity: string\n}\n\nconst hashContributorIdentity = 'contributorIdentity'\n\nexport function isContributorIdentity<V>(v: V) {\n return is$typed(v, id, hashContributorIdentity)\n}\n\nexport function validateContributorIdentity<V>(v: V) {\n return validate<ContributorIdentity & V>(v, id, hashContributorIdentity)\n}\n\n/** Contribution details as a string. */\nexport interface ContributorRole {\n $type?: 'org.hypercerts.claim.activity#contributorRole'\n /** The contribution role or details. */\n role: string\n}\n\nconst hashContributorRole = 'contributorRole'\n\nexport function isContributorRole<V>(v: V) {\n return is$typed(v, id, hashContributorRole)\n}\n\nexport function validateContributorRole<V>(v: V) {\n return validate<ContributorRole & V>(v, id, hashContributorRole)\n}\n\n/** A free-form string describing the work scope for simple or legacy scopes. */\nexport interface WorkScopeString {\n $type?: 'org.hypercerts.claim.activity#workScopeString'\n /** The work scope description string. */\n scope: string\n}\n\nconst hashWorkScopeString = 'workScopeString'\n\nexport function isWorkScopeString<V>(v: V) {\n return is$typed(v, id, hashWorkScopeString)\n}\n\nexport function validateWorkScopeString<V>(v: V) {\n return validate<WorkScopeString & V>(v, id, hashWorkScopeString)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.contribution'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.contribution'\n /** Role or title of the contributor. */\n role?: string\n /** Description of what the contribution concretely involved. */\n contributionDescription?: string\n /** When this contribution started. Should fall within the parent hypercert's timeframe. */\n startDate?: string\n /** When this contribution finished. Should fall within the parent hypercert's timeframe. */\n endDate?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.contributorInformation'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.contributorInformation'\n /** DID (did:plc:...) or URI to a social profile of the contributor. */\n identifier?: string\n /** Human-readable name for the contributor as it should appear in UI. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.rights'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.rights'\n /** Human-readable name for these rights (e.g. 'All Rights Reserved', 'CC BY-SA 4.0') */\n rightsName: string\n /** Short identifier code for this rights type (e.g. 'ARR', 'CC-BY-SA') to facilitate filtering and search */\n rightsType: string\n /** Detailed explanation of the rights holders' permissions, restrictions, and conditions */\n rightsDescription: string\n attachment?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as PubLeafletPagesLinearDocument from '../../pub/leaflet/pages/linearDocument.js'\nimport type * as OrgHypercertsDefs from './defs.js'\nimport type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.collection'\n\nexport interface Main {\n $type: 'org.hypercerts.collection'\n /** The type of this collection. Possible fields can be 'favorites', 'project', or any other type of collection. */\n type?: string\n /** Display name for this collection (e.g. 'Q1 2025 Impact Projects') */\n title: string\n /** Short summary of this collection, suitable for previews and list views */\n shortDescription?: string\n description?: PubLeafletPagesLinearDocument.Main\n avatar?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n banner?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.LargeImage>\n | { $type: string }\n /** Array of items in this collection with optional weights. */\n items?: Item[]\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\nexport interface Item {\n $type?: 'org.hypercerts.collection#item'\n itemIdentifier: ComAtprotoRepoStrongRef.Main\n /** Optional weight for this item (positive numeric value stored as string). Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed. */\n itemWeight?: string\n}\n\nconst hashItem = 'item'\n\nexport function isItem<V>(v: V) {\n return is$typed(v, id, hashItem)\n}\n\nexport function validateItem<V>(v: V) {\n return validate<Item & V>(v, id, hashItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.acknowledgement'\n\nexport interface Main {\n $type: 'org.hypercerts.context.acknowledgement'\n subject: ComAtprotoRepoStrongRef.Main\n context?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** Whether the relationship is acknowledged (true) or rejected (false). */\n acknowledged: boolean\n /** Optional plain-text comment providing additional context or reasoning. */\n comment?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\nimport type * as PubLeafletPagesLinearDocument from '../../../pub/leaflet/pages/linearDocument.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.attachment'\n\nexport interface Main {\n $type: 'org.hypercerts.context.attachment'\n /** References to the subject(s) the attachment is connected to—this may be an activity claim, outcome claim, measurement, evaluation, or even another attachment. This is optional as the attachment can exist before the claim is recorded. */\n subjects?: ComAtprotoRepoStrongRef.Main[]\n /** The type of attachment, e.g. report, audit, evidence, testimonial, methodology, etc. */\n contentType?: string\n /** The files, documents, or external references included in this attachment record. */\n content?: (\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n )[]\n /** Display title for this attachment (e.g. 'Impact Assessment Report', 'Audit Findings') */\n title: string\n /** Short summary of this attachment, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`. */\n shortDescription?: string\n /** Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc). */\n shortDescriptionFacets?: AppBskyRichtextFacet.Main[]\n description?: PubLeafletPagesLinearDocument.Main\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.evaluation'\n\nexport interface Main {\n $type: 'org.hypercerts.context.evaluation'\n subject?: ComAtprotoRepoStrongRef.Main\n /** DIDs of the evaluators */\n evaluators: AppCertifiedDefs.Did[]\n /** Evaluation data (URIs or blobs) containing detailed reports or methodology */\n content?: (\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n )[]\n /** Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.context.measurement */\n measurements?: ComAtprotoRepoStrongRef.Main[]\n /** Brief evaluation summary */\n summary: string\n score?: Score\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** Overall score for an evaluation on a numeric scale. */\nexport interface Score {\n $type?: 'org.hypercerts.context.evaluation#score'\n /** Minimum value of the scale, e.g. 0 or 1. */\n min: number\n /** Maximum value of the scale, e.g. 5 or 10. */\n max: number\n /** Score within the inclusive range [min, max]. */\n value: number\n}\n\nconst hashScore = 'score'\n\nexport function isScore<V>(v: V) {\n return is$typed(v, id, hashScore)\n}\n\nexport function validateScore<V>(v: V) {\n return validate<Score & V>(v, id, hashScore)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.measurement'\n\nexport interface Main {\n $type: 'org.hypercerts.context.measurement'\n /** Strong references to the records this measurement refers to (e.g. activities, projects, or claims). */\n subjects?: ComAtprotoRepoStrongRef.Main[]\n /** The metric being measured, e.g. forest area restored, number of users, etc. */\n metric: string\n /** The unit of the measured value (e.g. kg CO₂e, hectares, %, index score). */\n unit: string\n /** The measured value as a numeric string (e.g. '1234.56') */\n value: string\n /** The start date and time when the measurement began. */\n startDate?: string\n /** The end date and time when the measurement ended. For one-time measurements, this should equal the start date. */\n endDate?: string\n /** Optional geographic references related to where the measurement was taken. Each referenced record must conform with the app.certified.location lexicon. */\n locations?: ComAtprotoRepoStrongRef.Main[]\n /** Short identifier for the measurement methodology */\n methodType?: string\n /** URI to methodology documentation, standard protocol, or measurement procedure */\n methodURI?: string\n /** URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets) */\n evidenceURI?: string[]\n /** DIDs of the entities that performed this measurement */\n measurers?: AppCertifiedDefs.Did[]\n /** Short comment of this measurement, suitable for previews and list views. Rich text annotations may be provided via `commentFacets`. */\n comment?: string\n /** Rich text annotations for `comment` (mentions, URLs, hashtags, etc). */\n commentFacets?: AppBskyRichtextFacet.Main[]\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.defs'\n\n/** Object containing a URI to external data */\nexport interface Uri {\n $type?: 'org.hypercerts.defs#uri'\n /** URI to external data */\n uri: string\n}\n\nconst hashUri = 'uri'\n\nexport function isUri<V>(v: V) {\n return is$typed(v, id, hashUri)\n}\n\nexport function validateUri<V>(v: V) {\n return validate<Uri & V>(v, id, hashUri)\n}\n\n/** Object containing a blob to external data */\nexport interface SmallBlob {\n $type?: 'org.hypercerts.defs#smallBlob'\n /** Blob to external data (up to 10MB) */\n blob: BlobRef\n}\n\nconst hashSmallBlob = 'smallBlob'\n\nexport function isSmallBlob<V>(v: V) {\n return is$typed(v, id, hashSmallBlob)\n}\n\nexport function validateSmallBlob<V>(v: V) {\n return validate<SmallBlob & V>(v, id, hashSmallBlob)\n}\n\n/** Object containing a blob to external data */\nexport interface LargeBlob {\n $type?: 'org.hypercerts.defs#largeBlob'\n /** Blob to external data (up to 100MB) */\n blob: BlobRef\n}\n\nconst hashLargeBlob = 'largeBlob'\n\nexport function isLargeBlob<V>(v: V) {\n return is$typed(v, id, hashLargeBlob)\n}\n\nexport function validateLargeBlob<V>(v: V) {\n return validate<LargeBlob & V>(v, id, hashLargeBlob)\n}\n\n/** Object containing a small image */\nexport interface SmallImage {\n $type?: 'org.hypercerts.defs#smallImage'\n /** Image (up to 5MB) */\n image: BlobRef\n}\n\nconst hashSmallImage = 'smallImage'\n\nexport function isSmallImage<V>(v: V) {\n return is$typed(v, id, hashSmallImage)\n}\n\nexport function validateSmallImage<V>(v: V) {\n return validate<SmallImage & V>(v, id, hashSmallImage)\n}\n\n/** Object containing a small video */\nexport interface SmallVideo {\n $type?: 'org.hypercerts.defs#smallVideo'\n /** Video (up to 20MB) */\n video: BlobRef\n}\n\nconst hashSmallVideo = 'smallVideo'\n\nexport function isSmallVideo<V>(v: V) {\n return is$typed(v, id, hashSmallVideo)\n}\n\nexport function validateSmallVideo<V>(v: V) {\n return validate<SmallVideo & V>(v, id, hashSmallVideo)\n}\n\n/** Object containing a large image */\nexport interface LargeImage {\n $type?: 'org.hypercerts.defs#largeImage'\n /** Image (up to 10MB) */\n image: BlobRef\n}\n\nconst hashLargeImage = 'largeImage'\n\nexport function isLargeImage<V>(v: V) {\n return is$typed(v, id, hashLargeImage)\n}\n\nexport function validateLargeImage<V>(v: V) {\n return validate<LargeImage & V>(v, id, hashLargeImage)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.funding.receipt'\n\nexport interface Main {\n $type: 'org.hypercerts.funding.receipt'\n from: AppCertifiedDefs.Did\n /** The recipient of the funds. Can be identified by DID or a clear-text name. */\n to: string\n /** Amount of funding received as a numeric string (e.g. '1000.50'). */\n amount: string\n /** Currency of the payment (e.g. EUR, USD, ETH). */\n currency: string\n /** How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor). */\n paymentRail?: string\n /** Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal). */\n paymentNetwork?: string\n /** Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable. */\n transactionId?: string\n /** Optional reference to the activity, project, or organization this funding relates to. */\n for?: string\n /** Optional notes or additional context for this funding receipt. */\n notes?: string\n /** Timestamp when the payment occurred. */\n occurredAt?: string\n /** Client-declared timestamp when this receipt record was created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.workscope.cel'\n\n/** A structured, machine-evaluable work scope definition using CEL (Common Expression Language). Tags referenced in the expression correspond to org.hypercerts.workscope.tag keys. See https://github.com/google/cel-spec. Note: this is intentionally type 'object' (not 'record') so it can be directly embedded inline in union types (e.g., activity.workScope) without requiring a separate collection or strongRef indirection. */\nexport interface Main {\n $type?: 'org.hypercerts.workscope.cel'\n /** A CEL expression encoding the work scope conditions. Example: scope.hasAll(['mangrove_restoration', 'environmental_education']) && location.country == 'KE' */\n expression: string\n /** Strong references to org.hypercerts.workscope.tag records used in the expression. Enables fast indexing by AT-URI and provides referential integrity to the underlying tag records. */\n usedTags: ComAtprotoRepoStrongRef.Main[]\n /** CEL context schema version. */\n version: 'v1' | (string & {})\n /** Client-declared timestamp when this expression was originally created. */\n createdAt: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.workscope.tag'\n\nexport interface Main {\n $type: 'org.hypercerts.workscope.tag'\n /** Lowercase, underscore-separated machine-readable key for this scope (e.g., 'mangrove_restoration', 'biodiversity_monitoring'). Used as the canonical identifier in CEL expressions. */\n key: string\n /** Human-readable name for this scope. */\n name: string\n /** Category type of this scope. */\n category?: 'topic' | 'language' | 'domain' | 'method' | (string & {})\n /** Optional longer description of this scope. */\n description?: string\n parent?: ComAtprotoRepoStrongRef.Main\n /** Lifecycle status of this tag. Communities propose tags, curators accept them, deprecated tags point to replacements via supersededBy. */\n status?: 'proposed' | 'accepted' | 'deprecated' | (string & {})\n supersededBy?: ComAtprotoRepoStrongRef.Main\n /** Alternative human-readable names for this scope (e.g., translations, abbreviations, or common synonyms). Unlike sameAs, these are plain-text labels, not links to external ontologies. */\n aliases?: string[]\n /** URIs to semantically equivalent concepts in external ontologies or taxonomies (e.g., Wikidata QIDs, ENVO terms, SDG targets). Used for interoperability, not as documentation. */\n sameAs?: string[]\n referenceDocument?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * @file Auto-generated exports for hypercert lexicons\n *\n * ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️\n *\n * This file is automatically generated by scripts/generate-exports.js\n * Generated: 2026-03-03T20:19:46.686Z\n *\n * To regenerate this file, run:\n * npm run gen-api\n * or:\n * npm run gen-index\n *\n * ---\n *\n * Hypercert lexicon definitions for AT Protocol.\n *\n * This module exports the lexicon documents, collection names,\n * and generated TypeScript types for all hypercert-related record types.\n *\n * @packageDocumentation\n */\n\nimport { lexicons } from \"./lexicons.js\";\nimport type { LexiconDoc } from \"@atproto/lexicon\";\n\nimport ACTOR_ORGANIZATION_LEXICON_JSON from \"../lexicons/app/certified/actor/organization.json\";\nimport ACTOR_PROFILE_LEXICON_JSON from \"../lexicons/app/certified/actor/profile.json\";\nimport BADGE_AWARD_LEXICON_JSON from \"../lexicons/app/certified/badge/award.json\";\nimport BADGE_DEFINITION_LEXICON_JSON from \"../lexicons/app/certified/badge/definition.json\";\nimport BADGE_RESPONSE_LEXICON_JSON from \"../lexicons/app/certified/badge/response.json\";\nimport CERTIFIED_DEFS_LEXICON_JSON from \"../lexicons/app/certified/defs.json\";\nimport LOCATION_LEXICON_JSON from \"../lexicons/app/certified/location.json\";\nimport STRONG_REF_LEXICON_JSON from \"../lexicons/com/atproto/repo/strongRef.json\";\nimport HYPERBOARDS_BOARD_LEXICON_JSON from \"../lexicons/org/hyperboards/board.json\";\nimport HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON from \"../lexicons/org/hyperboards/displayProfile.json\";\nimport ACTIVITY_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/activity.json\";\nimport CONTRIBUTION_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/contribution.json\";\nimport CONTRIBUTOR_INFORMATION_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/contributorInformation.json\";\nimport RIGHTS_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/rights.json\";\nimport HYPERCERTS_COLLECTION_LEXICON_JSON from \"../lexicons/org/hypercerts/collection.json\";\nimport CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/acknowledgement.json\";\nimport CONTEXT_ATTACHMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/attachment.json\";\nimport CONTEXT_EVALUATION_LEXICON_JSON from \"../lexicons/org/hypercerts/context/evaluation.json\";\nimport CONTEXT_MEASUREMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/measurement.json\";\nimport HYPERCERTS_DEFS_LEXICON_JSON from \"../lexicons/org/hypercerts/defs.json\";\nimport FUNDING_RECEIPT_LEXICON_JSON from \"../lexicons/org/hypercerts/funding/receipt.json\";\nimport WORKSCOPE_CEL_LEXICON_JSON from \"../lexicons/org/hypercerts/workscope/cel.json\";\nimport WORKSCOPE_TAG_LEXICON_JSON from \"../lexicons/org/hypercerts/workscope/tag.json\";\n\n// Re-export individual lexicon JSON objects for direct access\nexport {\n ACTOR_ORGANIZATION_LEXICON_JSON,\n ACTOR_PROFILE_LEXICON_JSON,\n BADGE_AWARD_LEXICON_JSON,\n BADGE_DEFINITION_LEXICON_JSON,\n BADGE_RESPONSE_LEXICON_JSON,\n CERTIFIED_DEFS_LEXICON_JSON,\n LOCATION_LEXICON_JSON,\n STRONG_REF_LEXICON_JSON,\n HYPERBOARDS_BOARD_LEXICON_JSON,\n HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON,\n ACTIVITY_LEXICON_JSON,\n CONTRIBUTION_LEXICON_JSON,\n CONTRIBUTOR_INFORMATION_LEXICON_JSON,\n RIGHTS_LEXICON_JSON,\n HYPERCERTS_COLLECTION_LEXICON_JSON,\n CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON,\n CONTEXT_ATTACHMENT_LEXICON_JSON,\n CONTEXT_EVALUATION_LEXICON_JSON,\n CONTEXT_MEASUREMENT_LEXICON_JSON,\n HYPERCERTS_DEFS_LEXICON_JSON,\n FUNDING_RECEIPT_LEXICON_JSON,\n WORKSCOPE_CEL_LEXICON_JSON,\n WORKSCOPE_TAG_LEXICON_JSON,\n};\n\n// Re-export lexicon schemas, validation, and IDs\nexport {\n schemas as HYPERCERTS_SCHEMAS,\n schemaDict as HYPERCERTS_SCHEMA_DICT,\n lexicons,\n validate,\n ids as HYPERCERTS_NSIDS_BY_TYPE, // NSID constants mapped to type namespaces\n} from \"./lexicons.js\";\n\n// Individual NSID constants\nexport const ACTOR_ORGANIZATION_NSID = \"app.certified.actor.organization\" as const;\nexport const ACTOR_PROFILE_NSID = \"app.certified.actor.profile\" as const;\nexport const BADGE_AWARD_NSID = \"app.certified.badge.award\" as const;\nexport const BADGE_DEFINITION_NSID = \"app.certified.badge.definition\" as const;\nexport const BADGE_RESPONSE_NSID = \"app.certified.badge.response\" as const;\nexport const CERTIFIED_DEFS_NSID = \"app.certified.defs\" as const;\nexport const LOCATION_NSID = \"app.certified.location\" as const;\nexport const STRONG_REF_NSID = \"com.atproto.repo.strongRef\" as const;\nexport const HYPERBOARDS_BOARD_NSID = \"org.hyperboards.board\" as const;\nexport const HYPERBOARDS_DISPLAY_PROFILE_NSID = \"org.hyperboards.displayProfile\" as const;\nexport const ACTIVITY_NSID = \"org.hypercerts.claim.activity\" as const;\nexport const CONTRIBUTION_NSID = \"org.hypercerts.claim.contribution\" as const;\nexport const CONTRIBUTOR_INFORMATION_NSID = \"org.hypercerts.claim.contributorInformation\" as const;\nexport const RIGHTS_NSID = \"org.hypercerts.claim.rights\" as const;\nexport const HYPERCERTS_COLLECTION_NSID = \"org.hypercerts.collection\" as const;\nexport const CONTEXT_ACKNOWLEDGEMENT_NSID = \"org.hypercerts.context.acknowledgement\" as const;\nexport const CONTEXT_ATTACHMENT_NSID = \"org.hypercerts.context.attachment\" as const;\nexport const CONTEXT_EVALUATION_NSID = \"org.hypercerts.context.evaluation\" as const;\nexport const CONTEXT_MEASUREMENT_NSID = \"org.hypercerts.context.measurement\" as const;\nexport const HYPERCERTS_DEFS_NSID = \"org.hypercerts.defs\" as const;\nexport const FUNDING_RECEIPT_NSID = \"org.hypercerts.funding.receipt\" as const;\nexport const WORKSCOPE_CEL_NSID = \"org.hypercerts.workscope.cel\" as const;\nexport const WORKSCOPE_TAG_NSID = \"org.hypercerts.workscope.tag\" as const;\n\n/**\n * Collection NSIDs organized by semantic record type.\n *\n * Use these constants when performing record operations to ensure\n * correct collection names.\n */\nexport const HYPERCERTS_NSIDS = {\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_NSID,\n ACTOR_PROFILE: ACTOR_PROFILE_NSID,\n BADGE_AWARD: BADGE_AWARD_NSID,\n BADGE_DEFINITION: BADGE_DEFINITION_NSID,\n BADGE_RESPONSE: BADGE_RESPONSE_NSID,\n CERTIFIED_DEFS: CERTIFIED_DEFS_NSID,\n LOCATION: LOCATION_NSID,\n STRONG_REF: STRONG_REF_NSID,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_NSID,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_NSID,\n ACTIVITY: ACTIVITY_NSID,\n CONTRIBUTION: CONTRIBUTION_NSID,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_NSID,\n RIGHTS: RIGHTS_NSID,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_NSID,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_NSID,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_NSID,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_NSID,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_NSID,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_NSID,\n FUNDING_RECEIPT: FUNDING_RECEIPT_NSID,\n WORKSCOPE_CEL: WORKSCOPE_CEL_NSID,\n WORKSCOPE_TAG: WORKSCOPE_TAG_NSID,\n} as const;\n\n/**\n * Lexicon JSON objects organized by semantic record type.\n */\nexport const HYPERCERTS_LEXICON_JSON = {\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_LEXICON_JSON,\n ACTOR_PROFILE: ACTOR_PROFILE_LEXICON_JSON,\n BADGE_AWARD: BADGE_AWARD_LEXICON_JSON,\n BADGE_DEFINITION: BADGE_DEFINITION_LEXICON_JSON,\n BADGE_RESPONSE: BADGE_RESPONSE_LEXICON_JSON,\n CERTIFIED_DEFS: CERTIFIED_DEFS_LEXICON_JSON,\n LOCATION: LOCATION_LEXICON_JSON,\n STRONG_REF: STRONG_REF_LEXICON_JSON,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_LEXICON_JSON,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON,\n ACTIVITY: ACTIVITY_LEXICON_JSON,\n CONTRIBUTION: CONTRIBUTION_LEXICON_JSON,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_LEXICON_JSON,\n RIGHTS: RIGHTS_LEXICON_JSON,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_LEXICON_JSON,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_LEXICON_JSON,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_LEXICON_JSON,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_LEXICON_JSON,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_LEXICON_JSON,\n FUNDING_RECEIPT: FUNDING_RECEIPT_LEXICON_JSON,\n WORKSCOPE_CEL: WORKSCOPE_CEL_LEXICON_JSON,\n WORKSCOPE_TAG: WORKSCOPE_TAG_LEXICON_JSON,\n} as const;\n\n// Individual lexicon objects (from lexicons.get())\nexport const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc = lexicons.get(ACTOR_ORGANIZATION_NSID)!;\nexport const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc = lexicons.get(ACTOR_PROFILE_NSID)!;\nexport const BADGE_AWARD_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_AWARD_NSID)!;\nexport const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_DEFINITION_NSID)!;\nexport const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_RESPONSE_NSID)!;\nexport const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc = lexicons.get(CERTIFIED_DEFS_NSID)!;\nexport const LOCATION_LEXICON_DOC: LexiconDoc = lexicons.get(LOCATION_NSID)!;\nexport const STRONG_REF_LEXICON_DOC: LexiconDoc = lexicons.get(STRONG_REF_NSID)!;\nexport const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERBOARDS_BOARD_NSID)!;\nexport const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERBOARDS_DISPLAY_PROFILE_NSID)!;\nexport const ACTIVITY_LEXICON_DOC: LexiconDoc = lexicons.get(ACTIVITY_NSID)!;\nexport const CONTRIBUTION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTRIBUTION_NSID)!;\nexport const CONTRIBUTOR_INFORMATION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTRIBUTOR_INFORMATION_NSID)!;\nexport const RIGHTS_LEXICON_DOC: LexiconDoc = lexicons.get(RIGHTS_NSID)!;\nexport const HYPERCERTS_COLLECTION_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERCERTS_COLLECTION_NSID)!;\nexport const CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_ACKNOWLEDGEMENT_NSID)!;\nexport const CONTEXT_ATTACHMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_ATTACHMENT_NSID)!;\nexport const CONTEXT_EVALUATION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_EVALUATION_NSID)!;\nexport const CONTEXT_MEASUREMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_MEASUREMENT_NSID)!;\nexport const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERCERTS_DEFS_NSID)!;\nexport const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc = lexicons.get(FUNDING_RECEIPT_NSID)!;\nexport const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc = lexicons.get(WORKSCOPE_CEL_NSID)!;\nexport const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc = lexicons.get(WORKSCOPE_TAG_NSID)!;\n\n/**\n * Lexicon document objects organized by semantic record type.\n */\nexport const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc> = {\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_LEXICON_DOC,\n ACTOR_PROFILE: ACTOR_PROFILE_LEXICON_DOC,\n BADGE_AWARD: BADGE_AWARD_LEXICON_DOC,\n BADGE_DEFINITION: BADGE_DEFINITION_LEXICON_DOC,\n BADGE_RESPONSE: BADGE_RESPONSE_LEXICON_DOC,\n CERTIFIED_DEFS: CERTIFIED_DEFS_LEXICON_DOC,\n LOCATION: LOCATION_LEXICON_DOC,\n STRONG_REF: STRONG_REF_LEXICON_DOC,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_LEXICON_DOC,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC,\n ACTIVITY: ACTIVITY_LEXICON_DOC,\n CONTRIBUTION: CONTRIBUTION_LEXICON_DOC,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_LEXICON_DOC,\n RIGHTS: RIGHTS_LEXICON_DOC,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_LEXICON_DOC,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_LEXICON_DOC,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_LEXICON_DOC,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_LEXICON_DOC,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_LEXICON_DOC,\n FUNDING_RECEIPT: FUNDING_RECEIPT_LEXICON_DOC,\n WORKSCOPE_CEL: WORKSCOPE_CEL_LEXICON_DOC,\n WORKSCOPE_TAG: WORKSCOPE_TAG_LEXICON_DOC,\n} as const;\n\n// Re-export generated types as namespaces (avoiding conflicts)\nexport * as AppCertifiedActorOrganization from \"./types/app/certified/actor/organization.js\";\nexport * as AppCertifiedActorProfile from \"./types/app/certified/actor/profile.js\";\nexport * as AppCertifiedBadgeAward from \"./types/app/certified/badge/award.js\";\nexport * as AppCertifiedBadgeDefinition from \"./types/app/certified/badge/definition.js\";\nexport * as AppCertifiedBadgeResponse from \"./types/app/certified/badge/response.js\";\nexport * as AppCertifiedDefs from \"./types/app/certified/defs.js\";\nexport * as AppCertifiedLocation from \"./types/app/certified/location.js\";\nexport * as ComAtprotoRepoStrongRef from \"./types/com/atproto/repo/strongRef.js\";\nexport * as OrgHyperboardsBoard from \"./types/org/hyperboards/board.js\";\nexport * as OrgHyperboardsDisplayProfile from \"./types/org/hyperboards/displayProfile.js\";\nexport * as OrgHypercertsClaimActivity from \"./types/org/hypercerts/claim/activity.js\";\nexport * as OrgHypercertsClaimContribution from \"./types/org/hypercerts/claim/contribution.js\";\nexport * as OrgHypercertsClaimContributorInformation from \"./types/org/hypercerts/claim/contributorInformation.js\";\nexport * as OrgHypercertsClaimRights from \"./types/org/hypercerts/claim/rights.js\";\nexport * as OrgHypercertsCollection from \"./types/org/hypercerts/collection.js\";\nexport * as OrgHypercertsContextAcknowledgement from \"./types/org/hypercerts/context/acknowledgement.js\";\nexport * as OrgHypercertsContextAttachment from \"./types/org/hypercerts/context/attachment.js\";\nexport * as OrgHypercertsContextEvaluation from \"./types/org/hypercerts/context/evaluation.js\";\nexport * as OrgHypercertsContextMeasurement from \"./types/org/hypercerts/context/measurement.js\";\nexport * as OrgHypercertsDefs from \"./types/org/hypercerts/defs.js\";\nexport * as OrgHypercertsFundingReceipt from \"./types/org/hypercerts/funding/receipt.js\";\nexport * as OrgHypercertsWorkscopeCel from \"./types/org/hypercerts/workscope/cel.js\";\nexport * as OrgHypercertsWorkscopeTag from \"./types/org/hypercerts/workscope/tag.js\";\n\n// Re-export utilities\nexport * from \"./util.js\";\n"],"names":["is$typed","validate","_is$typed","_validate","id","hashMain","isMain","validateMain"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../generated/util.ts","../../generated/lexicons.ts","../../generated/types/app/bsky/richtext/facet.ts","../../generated/types/app/certified/actor/organization.ts","../../generated/types/app/certified/actor/profile.ts","../../generated/types/app/certified/badge/award.ts","../../generated/types/app/certified/badge/definition.ts","../../generated/types/app/certified/badge/response.ts","../../generated/types/app/certified/defs.ts","../../generated/types/app/certified/link/evm.ts","../../generated/types/app/certified/location.ts","../../generated/types/com/atproto/repo/strongRef.ts","../../generated/types/org/hyperboards/board.ts","../../generated/types/org/hyperboards/displayProfile.ts","../../generated/types/org/hypercerts/claim/activity.ts","../../generated/types/org/hypercerts/claim/contribution.ts","../../generated/types/org/hypercerts/claim/contributorInformation.ts","../../generated/types/org/hypercerts/claim/rights.ts","../../generated/types/org/hypercerts/collection.ts","../../generated/types/org/hypercerts/context/acknowledgement.ts","../../generated/types/org/hypercerts/context/attachment.ts","../../generated/types/org/hypercerts/context/evaluation.ts","../../generated/types/org/hypercerts/context/measurement.ts","../../generated/types/org/hypercerts/defs.ts","../../generated/types/org/hypercerts/funding/receipt.ts","../../generated/types/org/hypercerts/workscope/cel.ts","../../generated/types/org/hypercerts/workscope/tag.ts","../../generated/types/pub/leaflet/blocks/blockquote.ts","../../generated/types/pub/leaflet/blocks/bskyPost.ts","../../generated/types/pub/leaflet/blocks/button.ts","../../generated/types/pub/leaflet/blocks/code.ts","../../generated/types/pub/leaflet/blocks/header.ts","../../generated/types/pub/leaflet/blocks/horizontalRule.ts","../../generated/types/pub/leaflet/blocks/iframe.ts","../../generated/types/pub/leaflet/blocks/image.ts","../../generated/types/pub/leaflet/blocks/math.ts","../../generated/types/pub/leaflet/blocks/orderedList.ts","../../generated/types/pub/leaflet/blocks/page.ts","../../generated/types/pub/leaflet/blocks/poll.ts","../../generated/types/pub/leaflet/blocks/text.ts","../../generated/types/pub/leaflet/blocks/unorderedList.ts","../../generated/types/pub/leaflet/blocks/website.ts","../../generated/types/pub/leaflet/pages/linearDocument.ts","../../generated/types/pub/leaflet/richtext/facet.ts","../../generated/exports.ts"],"sourcesContent":["/**\n * GENERATED CODE - DO NOT MODIFY\n */\n\nimport { type ValidationResult } from '@atproto/lexicon'\n\nexport type OmitKey<T, K extends keyof T> = {\n [K2 in keyof T as K2 extends K ? never : K2]: T[K2]\n}\n\nexport type $Typed<V, T extends string = string> = V & { $type: T }\nexport type Un$Typed<V extends { $type?: string }> = OmitKey<V, '$type'>\n\nexport type $Type<Id extends string, Hash extends string> = Hash extends 'main'\n ? Id\n : `${Id}#${Hash}`\n\nfunction isObject<V>(v: V): v is V & object {\n return v != null && typeof v === 'object'\n}\n\nfunction is$type<Id extends string, Hash extends string>(\n $type: unknown,\n id: Id,\n hash: Hash,\n): $type is $Type<Id, Hash> {\n return hash === 'main'\n ? $type === id\n : // $type === `${id}#${hash}`\n typeof $type === 'string' &&\n $type.length === id.length + 1 + hash.length &&\n $type.charCodeAt(id.length) === 35 /* '#' */ &&\n $type.startsWith(id) &&\n $type.endsWith(hash)\n}\n\nexport type $TypedObject<\n V,\n Id extends string,\n Hash extends string,\n> = V extends {\n $type: $Type<Id, Hash>\n}\n ? V\n : V extends { $type?: string }\n ? V extends { $type?: infer T extends $Type<Id, Hash> }\n ? V & { $type: T }\n : never\n : V & { $type: $Type<Id, Hash> }\n\nexport function is$typed<V, Id extends string, Hash extends string>(\n v: V,\n id: Id,\n hash: Hash,\n): v is $TypedObject<V, Id, Hash> {\n return isObject(v) && '$type' in v && is$type(v.$type, id, hash)\n}\n\nexport function maybe$typed<V, Id extends string, Hash extends string>(\n v: V,\n id: Id,\n hash: Hash,\n): v is V & object & { $type?: $Type<Id, Hash> } {\n return (\n isObject(v) &&\n ('$type' in v ? v.$type === undefined || is$type(v.$type, id, hash) : true)\n )\n}\n\nexport type Validator<R = unknown> = (v: unknown) => ValidationResult<R>\nexport type ValidatorParam<V extends Validator> =\n V extends Validator<infer R> ? R : never\n\n/**\n * Utility function that allows to convert a \"validate*\" utility function into a\n * type predicate.\n */\nexport function asPredicate<V extends Validator>(validate: V) {\n return function <T>(v: T): v is T & ValidatorParam<V> {\n return validate(v).success\n }\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport {\n type LexiconDoc,\n Lexicons,\n ValidationError,\n type ValidationResult,\n} from '@atproto/lexicon'\nimport { type $Typed, is$typed, maybe$typed } from './util.js'\n\nexport const schemaDict = {\n AppBskyRichtextFacet: {\n lexicon: 1,\n id: 'app.bsky.richtext.facet',\n defs: {\n main: {\n type: 'object',\n description: 'Annotation of a sub-string within rich text.',\n required: ['index', 'features'],\n properties: {\n index: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet#byteSlice',\n },\n features: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:app.bsky.richtext.facet#mention',\n 'lex:app.bsky.richtext.facet#link',\n 'lex:app.bsky.richtext.facet#tag',\n ],\n },\n },\n },\n },\n mention: {\n type: 'object',\n description:\n \"Facet feature for mention of another account. The text is usually a handle, including a '@' prefix, but the facet reference is a DID.\",\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n link: {\n type: 'object',\n description:\n 'Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n tag: {\n type: 'object',\n description:\n \"Facet feature for a hashtag. The text usually includes a '#' prefix, but the facet reference should not (except in the case of 'double hash tags').\",\n required: ['tag'],\n properties: {\n tag: {\n type: 'string',\n maxLength: 640,\n maxGraphemes: 64,\n },\n },\n },\n byteSlice: {\n type: 'object',\n description:\n 'Specifies the sub-string range a facet feature applies to. Start index is inclusive, end index is exclusive. Indices are zero-indexed, counting bytes of the UTF-8 encoded text. NOTE: some languages, like Javascript, use UTF-16 or Unicode codepoints for string slice indexing; in these languages, convert to byte arrays before working with facets.',\n required: ['byteStart', 'byteEnd'],\n properties: {\n byteStart: {\n type: 'integer',\n minimum: 0,\n },\n byteEnd: {\n type: 'integer',\n minimum: 0,\n },\n },\n },\n },\n },\n AppCertifiedActorOrganization: {\n lexicon: 1,\n id: 'app.certified.actor.organization',\n defs: {\n main: {\n type: 'record',\n description:\n 'Extended metadata for an organization actor. Complements the base actor profile with organization-specific fields like legal structure and reference links.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n organizationType: {\n type: 'array',\n description:\n \"Legal or operational structures of the organization (e.g. 'nonprofit', 'ngo', 'government', 'social-enterprise', 'cooperative').\",\n items: {\n type: 'string',\n maxLength: 128,\n maxGraphemes: 100,\n },\n maxLength: 10,\n },\n urls: {\n type: 'array',\n description:\n 'Additional reference URLs (social media profiles, contact pages, donation links, etc.) with a display label for each URL.',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.actor.organization#urlItem',\n },\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to the location where the organization is based. The record referenced must conform with the lexicon app.certified.location.',\n },\n foundedDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n urlItem: {\n type: 'object',\n description: 'A labeled URL reference.',\n required: ['url'],\n properties: {\n url: {\n type: 'string',\n format: 'uri',\n description: 'The URL.',\n maxLength: 10000,\n maxGraphemes: 2048,\n },\n label: {\n type: 'string',\n description:\n \"Optional human-readable label for this URL (e.g. 'Support page', 'Donation page').\",\n maxLength: 640,\n maxGraphemes: 64,\n },\n },\n },\n },\n },\n AppCertifiedActorProfile: {\n lexicon: 1,\n id: 'app.certified.actor.profile',\n defs: {\n main: {\n type: 'record',\n description: 'A declaration of a Certified account profile.',\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n displayName: {\n type: 'string',\n description: 'Display name for the account',\n maxGraphemes: 64,\n maxLength: 640,\n },\n description: {\n type: 'string',\n description: 'Free-form profile description text.',\n maxGraphemes: 256,\n maxLength: 2560,\n },\n pronouns: {\n type: 'string',\n description: 'Free-form pronouns text.',\n maxGraphemes: 20,\n maxLength: 200,\n },\n website: {\n type: 'string',\n format: 'uri',\n description: 'Account website URL',\n },\n avatar: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n \"Small image to be displayed next to posts from account. AKA, 'profile picture'\",\n },\n banner: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#largeImage',\n ],\n description:\n 'Larger horizontal image to display behind profile view.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeAward: {\n lexicon: 1,\n id: 'app.certified.badge.award',\n defs: {\n main: {\n type: 'record',\n description:\n 'Records a badge award to a user, project, or activity claim.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['badge', 'subject', 'createdAt'],\n properties: {\n badge: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Strong reference to the badge definition at the time of award. The record referenced must conform with the lexicon app.certified.badge.definition.',\n },\n subject: {\n type: 'union',\n description:\n 'Entity the badge award is for (either an account DID or any specific AT Protocol record), e.g. a user, a project, or a specific activity claim.',\n refs: [\n 'lex:app.certified.defs#did',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n note: {\n type: 'string',\n description:\n 'Optional statement explaining the reason for this badge award.',\n maxLength: 500,\n },\n url: {\n type: 'string',\n format: 'uri',\n description: 'Optional URL the badge award links to.',\n maxLength: 2048,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeDefinition: {\n lexicon: 1,\n id: 'app.certified.badge.definition',\n defs: {\n main: {\n type: 'record',\n description:\n 'Defines a badge that can be awarded via badge award records to users, projects, or activity claims.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'badgeType', 'createdAt'],\n properties: {\n badgeType: {\n type: 'string',\n description:\n 'Category of the badge. Values beyond the known set are permitted.',\n knownValues: [\n 'endorsement',\n 'verification',\n 'participation',\n 'certification',\n 'affiliation',\n 'recognition',\n ],\n maxLength: 100,\n },\n title: {\n type: 'string',\n description: 'Human-readable title of the badge.',\n maxLength: 256,\n },\n icon: {\n type: 'blob',\n description:\n 'Icon representing the badge, stored as a blob for compact visual display.',\n accept: [\n 'image/png',\n 'image/jpeg',\n 'image/webp',\n 'image/svg+xml',\n ],\n maxSize: 1048576,\n },\n description: {\n type: 'string',\n description:\n 'Optional short statement describing what the badge represents.',\n maxLength: 5000,\n maxGraphemes: 500,\n },\n allowedIssuers: {\n type: 'array',\n description:\n 'Optional allowlist of DIDs allowed to issue this badge. If omitted, anyone may issue it.',\n maxLength: 100,\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedBadgeResponse: {\n lexicon: 1,\n id: 'app.certified.badge.response',\n defs: {\n main: {\n type: 'record',\n description: 'Recipient response to a badge award.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['badgeAward', 'response', 'createdAt'],\n properties: {\n badgeAward: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Strong reference to the badge award being responded to. The record referenced must conform with the lexicon app.certified.badge.award.',\n },\n response: {\n type: 'string',\n knownValues: ['accepted', 'rejected'],\n description:\n 'The recipient’s response for the badge (accepted or rejected).',\n },\n weight: {\n type: 'string',\n description:\n 'Optional relative weight for accepted badges, assigned by the recipient.',\n maxLength: 50,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n AppCertifiedDefs: {\n lexicon: 1,\n id: 'app.certified.defs',\n description: 'Common type definitions used across certified protocols.',\n defs: {\n did: {\n type: 'object',\n description: 'A Decentralized Identifier (DID) string.',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The DID string value.',\n maxLength: 256,\n },\n },\n },\n },\n },\n AppCertifiedLinkEvm: {\n lexicon: 1,\n id: 'app.certified.link.evm',\n defs: {\n main: {\n type: 'record',\n description:\n 'A verifiable link between an ATProto DID and an EVM wallet address, proven via a cryptographic signature. Currently supports EOA wallets via EIP-712 typed data signatures; the proof field is an open union to allow future signature methods.',\n key: 'any',\n record: {\n type: 'object',\n required: ['address', 'proof', 'createdAt'],\n properties: {\n address: {\n type: 'string',\n description:\n 'EVM wallet address (0x-prefixed, with EIP-55 checksum recommended).',\n minLength: 42,\n maxLength: 42,\n },\n proof: {\n type: 'union',\n refs: ['lex:app.certified.link.evm#eip712Proof'],\n description:\n 'Cryptographic proof of wallet ownership. The union is open to allow future proof methods (e.g. ERC-1271, ERC-6492). Each variant bundles its signature with the corresponding message format.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n eip712Proof: {\n type: 'object',\n description:\n 'EOA wallet ownership proof via EIP-712 typed data signature. Contains both the structured message that was signed and the resulting signature.',\n required: ['signature', 'message'],\n properties: {\n signature: {\n type: 'string',\n description:\n 'ECDSA signature over the EIP-712 hash (hex-encoded with 0x prefix, 64 or 65 bytes).',\n minLength: 130,\n maxLength: 132,\n },\n message: {\n type: 'ref',\n ref: 'lex:app.certified.link.evm#eip712Message',\n description:\n 'The EIP-712 structured message fields that were signed.',\n },\n },\n },\n eip712Message: {\n type: 'object',\n description:\n 'The EIP-712 typed data message that was signed by the wallet. Contains the fields binding an ATProto DID to an EVM address on a specific chain.',\n required: ['did', 'evmAddress', 'chainId', 'timestamp', 'nonce'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n description: 'The ATProto DID being linked to the EVM address.',\n maxLength: 256,\n },\n evmAddress: {\n type: 'string',\n description:\n 'The EVM wallet address (must match the top-level address field).',\n minLength: 42,\n maxLength: 42,\n },\n chainId: {\n type: 'string',\n description:\n 'EVM chain ID as string (bigint serialized). Identifies which chain was used for signing; for EOA wallets the identity link applies across all EVM-compatible chains.',\n minLength: 1,\n maxLength: 78,\n },\n timestamp: {\n type: 'string',\n description:\n 'Unix timestamp when the attestation was created (bigint serialized).',\n minLength: 1,\n maxLength: 78,\n },\n nonce: {\n type: 'string',\n description: 'Replay-protection nonce (bigint serialized).',\n minLength: 1,\n maxLength: 78,\n },\n },\n },\n },\n },\n AppCertifiedLocation: {\n lexicon: 1,\n id: 'app.certified.location',\n defs: {\n main: {\n type: 'record',\n description: 'A location reference',\n key: 'tid',\n record: {\n type: 'object',\n required: [\n 'lpVersion',\n 'srs',\n 'locationType',\n 'location',\n 'createdAt',\n ],\n properties: {\n lpVersion: {\n type: 'string',\n description: 'The version of the Location Protocol',\n maxLength: 10,\n },\n srs: {\n type: 'string',\n format: 'uri',\n description:\n 'The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system.',\n maxLength: 100,\n },\n locationType: {\n type: 'string',\n description:\n 'An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point). See the Location Protocol spec for the full registry: https://spec.decentralizedgeo.org/specification/location-types/#location-type-registry',\n knownValues: [\n 'coordinate-decimal',\n 'geojson-point',\n 'geojson',\n 'h3',\n 'geohash',\n 'wkt',\n 'address',\n 'scaledCoordinates',\n ],\n maxLength: 20,\n },\n location: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n 'lex:app.certified.location#string',\n ],\n description:\n 'The location of where the work was performed as a URI, blob, or inline string.',\n },\n name: {\n type: 'string',\n description:\n \"Human-readable name for this location (e.g. 'Golden Gate Park', 'San Francisco Bay Area')\",\n maxLength: 1000,\n maxGraphemes: 100,\n },\n description: {\n type: 'string',\n description:\n 'Additional context about this location, such as its significance to the work or specific boundaries',\n maxLength: 2000,\n maxGraphemes: 500,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n string: {\n type: 'object',\n required: ['string'],\n description:\n 'A location represented as a string, e.g. coordinates or a small GeoJSON string.',\n properties: {\n string: {\n type: 'string',\n description: 'The location string value',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n },\n },\n },\n },\n ComAtprotoRepoStrongRef: {\n lexicon: 1,\n id: 'com.atproto.repo.strongRef',\n description: 'A URI with a content-hash fingerprint.',\n defs: {\n main: {\n type: 'object',\n required: ['uri', 'cid'],\n properties: {\n uri: {\n type: 'string',\n format: 'at-uri',\n },\n cid: {\n type: 'string',\n format: 'cid',\n },\n },\n },\n },\n },\n OrgHyperboardsBoard: {\n lexicon: 1,\n id: 'org.hyperboards.board',\n defs: {\n main: {\n type: 'record',\n description:\n \"Configuration record for a hyperboard, wrapping an underlying activity or collection with visual presentation settings. Stored in the creator's PDS.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Reference to the org.hypercerts.claim.activity or org.hypercerts.collection this board visualizes.',\n },\n config: {\n type: 'ref',\n ref: 'lex:org.hyperboards.board#boardConfig',\n description:\n 'Board-level visual configuration (background, colors, aspect ratio).',\n },\n contributorConfigs: {\n type: 'array',\n description:\n 'Per-contributor configuration entries for this board.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:org.hyperboards.board#contributorConfig',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n boardConfig: {\n type: 'object',\n description:\n \"Visual configuration for a hyperboard's background, colors, and layout.\",\n properties: {\n backgroundType: {\n type: 'string',\n description: 'Type of background content.',\n knownValues: ['image', 'iframe'],\n maxLength: 10,\n },\n backgroundImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description: 'Background image as a URI or image blob.',\n },\n backgroundIframeUrl: {\n type: 'string',\n format: 'uri',\n description: 'URI of the background iframe.',\n maxLength: 2048,\n },\n backgroundGrayscale: {\n type: 'boolean',\n description:\n 'Whether the background is rendered in grayscale. Default: true.',\n },\n backgroundOpacity: {\n type: 'integer',\n description: 'Background opacity as a percentage (0–100).',\n minimum: 0,\n maximum: 100,\n },\n backgroundColor: {\n type: 'string',\n description: \"Background color as a hex string (e.g. '#ffffff').\",\n maxLength: 20,\n },\n borderColor: {\n type: 'string',\n description: \"Border color as a hex string (e.g. '#000000').\",\n maxLength: 20,\n },\n grayscaleImages: {\n type: 'boolean',\n description:\n 'Whether contributor images are rendered in grayscale. Default: false.',\n },\n imageShape: {\n type: 'string',\n description: 'Shape used to crop contributor images on this board.',\n knownValues: ['circular', 'square'],\n maxLength: 20,\n },\n aspectRatio: {\n type: 'string',\n description: 'Display aspect ratio of the board.',\n knownValues: ['16:9', '4:3', '1:1'],\n maxLength: 10,\n },\n },\n },\n contributorConfig: {\n type: 'object',\n description:\n 'Configuration for a specific contributor within a board. Values serve as fallbacks when the contributor has not defined them on their profile. It can also be used to override contributor settings on this board without changing their global profile.',\n required: ['contributor'],\n properties: {\n contributor: {\n type: 'union',\n refs: [\n 'lex:com.atproto.repo.strongRef',\n 'lex:org.hypercerts.claim.activity#contributorIdentity',\n ],\n description:\n 'Identifies the contributor being styled. A strong reference to an org.hypercerts.claim.contributorInformation record, or a contributorIdentity (DID or identifier string) for contributors without a dedicated record.',\n },\n override: {\n type: 'boolean',\n description:\n \"When true, these values take precedence over the contributor's own profile and display settings. When false or omitted, they are only used as fallbacks if the contributor has not set their own settings.\",\n },\n displayName: {\n type: 'string',\n description: 'Display name for this contributor on this board.',\n maxLength: 640,\n maxGraphemes: 64,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Avatar or face image for this contributor on this board, as a URI or image blob.',\n },\n video: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallVideo',\n ],\n description:\n 'Video for this contributor, as a URI (embed/direct link) or uploaded video blob.',\n },\n hoverImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Image overlay shown when hovering over this contributor, as a URI or image blob.',\n },\n hoverIframeUrl: {\n type: 'string',\n format: 'uri',\n description:\n 'Iframe overlay shown when hovering over this contributor.',\n maxLength: 2048,\n },\n url: {\n type: 'string',\n format: 'uri',\n description: 'Click-through link URL for this contributor.',\n maxLength: 2048,\n },\n },\n },\n },\n },\n OrgHyperboardsDisplayProfile: {\n lexicon: 1,\n id: 'org.hyperboards.displayProfile',\n defs: {\n main: {\n type: 'record',\n description:\n \"User-declared visual presentation defaults for how a contributor appears on hyperboards. Stored in the contributor's own PDS and reusable across multiple boards.\",\n key: 'literal:self',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n displayName: {\n type: 'string',\n description:\n 'Display name override for this user on hyperboards.',\n maxLength: 640,\n maxGraphemes: 64,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Avatar or face image override for this user on hyperboards, as a URI or image blob.',\n },\n video: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallVideo',\n ],\n description:\n 'Default video for this user across boards, as a URI (embed/direct link) or uploaded video blob.',\n },\n hoverImage: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'Default hover image for this user across boards, as a URI or image blob.',\n },\n hoverIframeUrl: {\n type: 'string',\n format: 'uri',\n description:\n 'Default hover iframe URL for this user across boards.',\n maxLength: 2048,\n },\n url: {\n type: 'string',\n format: 'uri',\n description:\n 'Default click-through link URL for this user across boards.',\n maxLength: 2048,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimActivity: {\n lexicon: 1,\n id: 'org.hypercerts.claim.activity',\n defs: {\n main: {\n type: 'record',\n description: 'A hypercert record tracking impact work.',\n key: 'any',\n record: {\n type: 'object',\n required: ['title', 'shortDescription', 'createdAt'],\n properties: {\n title: {\n type: 'string',\n description:\n \"Display title summarizing the impact work (e.g. 'Reforestation in Amazon Basin 2024')\",\n maxLength: 256,\n },\n shortDescription: {\n type: 'string',\n description:\n 'Short summary of this activity claim, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n shortDescriptionFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n description: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#descriptionString',\n 'lex:pub.leaflet.pages.linearDocument',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Long-form description of the activity. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record.',\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'The hypercert visual representation as a URI or image blob.',\n },\n contributors: {\n type: 'array',\n description:\n 'An array of contributor objects, each containing contributor information, weight, and contribution details.',\n items: {\n type: 'ref',\n ref: 'lex:org.hypercerts.claim.activity#contributor',\n },\n },\n workScope: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.workscope.cel',\n 'lex:org.hypercerts.claim.activity#workScopeString',\n ],\n description:\n 'Work scope definition. A CEL expression for structured, machine-evaluable scopes or a free-form string for simple and legacy scopes.',\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description: 'When the work began',\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description: 'When the work ended',\n },\n locations: {\n type: 'array',\n description:\n 'An array of strong references to the location where activity was performed. The record referenced must conform with the lexicon app.certified.location.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n rights: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to the rights that this hypercert has. The record referenced must conform with the lexicon org.hypercerts.claim.rights.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n contributor: {\n type: 'object',\n description:\n 'A contributor to the activity, with identity, weight, and contribution details.',\n required: ['contributorIdentity'],\n properties: {\n contributorIdentity: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.claim.activity#contributorIdentity',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Inline contributor identity object with an identity string (DID or identifier) via org.hypercerts.claim.activity#contributorIdentity, or a strong reference to a contributor information record. The record referenced must conform with the lexicon org.hypercerts.claim.contributorInformation.',\n },\n contributionWeight: {\n type: 'string',\n description:\n 'The relative weight/importance of this contribution (stored as a string to avoid float precision issues). Must be a positive numeric value. Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed.',\n maxLength: 100,\n },\n contributionDetails: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.claim.activity#contributorRole',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Inline contribution role object with a role string via org.hypercerts.claim.activity#contributorRole, or a strong reference to a contribution details record. The record referenced must conform with the lexicon org.hypercerts.claim.contribution.',\n },\n },\n },\n contributorIdentity: {\n type: 'object',\n description: 'Contributor information as a string (DID or identifier).',\n required: ['identity'],\n properties: {\n identity: {\n type: 'string',\n description: 'The contributor identity string (DID or identifier).',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n contributorRole: {\n type: 'object',\n description: 'Contribution details as a string.',\n required: ['role'],\n properties: {\n role: {\n type: 'string',\n description: 'The contribution role or details.',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n workScopeString: {\n type: 'object',\n description:\n 'A free-form string describing the work scope for simple or legacy scopes.',\n required: ['scope'],\n properties: {\n scope: {\n type: 'string',\n description: 'The work scope description string.',\n maxLength: 1000,\n maxGraphemes: 100,\n },\n },\n },\n },\n },\n OrgHypercertsClaimContribution: {\n lexicon: 1,\n id: 'org.hypercerts.claim.contribution',\n defs: {\n main: {\n type: 'record',\n description:\n 'Details about a specific contribution including role, description, and timeframe.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n role: {\n type: 'string',\n description: 'Role or title of the contributor.',\n maxLength: 100,\n },\n contributionDescription: {\n type: 'string',\n description:\n 'Description of what the contribution concretely involved.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When this contribution started. Should fall within the parent hypercert's timeframe.\",\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description:\n \"When this contribution finished. Should fall within the parent hypercert's timeframe.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimContributorInformation: {\n lexicon: 1,\n id: 'org.hypercerts.claim.contributorInformation',\n defs: {\n main: {\n type: 'record',\n description:\n 'Contributor information including identifier, display name, and image.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['createdAt'],\n properties: {\n identifier: {\n type: 'string',\n description:\n 'DID (did:plc:...) or URI to a social profile of the contributor.',\n maxLength: 2048,\n },\n displayName: {\n type: 'string',\n description:\n 'Human-readable name for the contributor as it should appear in UI.',\n maxLength: 100,\n },\n image: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n 'The contributor visual representation as a URI or image blob.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsClaimRights: {\n lexicon: 1,\n id: 'org.hypercerts.claim.rights',\n defs: {\n main: {\n type: 'record',\n description:\n 'Describes the rights that a contributor and/or an owner has, such as whether the hypercert can be sold, transferred, and under what conditions.',\n key: 'tid',\n record: {\n type: 'object',\n required: [\n 'rightsName',\n 'rightsType',\n 'rightsDescription',\n 'createdAt',\n ],\n properties: {\n rightsName: {\n type: 'string',\n description:\n \"Human-readable name for these rights (e.g. 'All Rights Reserved', 'CC BY-SA 4.0')\",\n maxLength: 100,\n },\n rightsType: {\n type: 'string',\n description:\n \"Short identifier code for this rights type (e.g. 'ARR', 'CC-BY-SA') to facilitate filtering and search\",\n maxLength: 10,\n },\n rightsDescription: {\n type: 'string',\n description:\n \"Detailed explanation of the rights holders' permissions, restrictions, and conditions\",\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n attachment: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n description:\n 'An attachment to define the rights further, e.g. a legal document.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n OrgHypercertsCollection: {\n lexicon: 1,\n id: 'org.hypercerts.collection',\n defs: {\n main: {\n type: 'record',\n description:\n 'A collection/group of items (activities and/or other collections). Collections support recursive nesting.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'createdAt'],\n properties: {\n type: {\n type: 'string',\n description:\n 'The type of this collection. Values beyond the known set are permitted.',\n knownValues: ['favorites', 'project', 'portfolio', 'program'],\n maxLength: 64,\n },\n title: {\n type: 'string',\n description:\n \"Display name for this collection (e.g. 'Q1 2025 Impact Projects')\",\n maxLength: 800,\n maxGraphemes: 80,\n },\n shortDescription: {\n type: 'string',\n maxLength: 3000,\n maxGraphemes: 300,\n description:\n 'Short summary of this collection, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`.',\n },\n shortDescriptionFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n description: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#descriptionString',\n 'lex:pub.leaflet.pages.linearDocument',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Long-form description of the collection. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record.',\n },\n avatar: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallImage',\n ],\n description:\n \"The collection's avatar/profile image as a URI or image blob.\",\n },\n banner: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#largeImage',\n ],\n description:\n 'Larger horizontal image to display behind the collection view.',\n },\n items: {\n type: 'array',\n description:\n 'Array of items in this collection with optional weights.',\n maxLength: 1000,\n items: {\n type: 'ref',\n ref: 'lex:org.hypercerts.collection#item',\n },\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"A strong reference to the location where this collection's activities were performed. The record referenced must conform with the lexicon app.certified.location.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n item: {\n type: 'object',\n description:\n 'An item in a collection, with an identifier and optional weight.',\n required: ['itemIdentifier'],\n properties: {\n itemIdentifier: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Strong reference to an item in this collection. Items can be activities (org.hypercerts.claim.activity) and/or other collections (org.hypercerts.collection).',\n },\n itemWeight: {\n type: 'string',\n description:\n 'Optional weight for this item (positive numeric value stored as string). Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed.',\n maxLength: 100,\n },\n },\n },\n },\n },\n OrgHypercertsContextAcknowledgement: {\n lexicon: 1,\n id: 'org.hypercerts.context.acknowledgement',\n defs: {\n main: {\n type: 'record',\n description:\n \"Acknowledges a record (subject) or its relationship in a context. Created in the acknowledging actor's repo to form a bidirectional link. Examples: a contributor acknowledging inclusion in an activity, an activity owner acknowledging inclusion in a collection, or a record owner acknowledging an evaluation.\",\n key: 'tid',\n record: {\n type: 'object',\n required: ['subject', 'acknowledged', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'The record being acknowledged (e.g. an activity, a contributor information record, an evaluation).',\n },\n context: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Context for the acknowledgement (e.g. the collection that includes an activity, or the activity that includes a contributor). A URI for a lightweight reference or a strong reference for content-hash verification.',\n },\n acknowledged: {\n type: 'boolean',\n description:\n 'Whether the relationship is acknowledged (true) or rejected (false).',\n },\n comment: {\n type: 'string',\n description:\n 'Optional plain-text comment providing additional context or reasoning.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsContextAttachment: {\n lexicon: 1,\n id: 'org.hypercerts.context.attachment',\n defs: {\n main: {\n type: 'record',\n description:\n 'An attachment providing commentary, context, evidence, or documentary material related to a hypercert record (e.g. an activity, project, claim, or evaluation).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['title', 'createdAt'],\n properties: {\n subjects: {\n type: 'array',\n description:\n 'References to the subject(s) the attachment is connected to—this may be an activity claim, outcome claim, measurement, evaluation, or even another attachment. This is optional as the attachment can exist before the claim is recorded.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n contentType: {\n type: 'string',\n description:\n 'The type of attachment. Values beyond the known set are permitted.',\n knownValues: [\n 'report',\n 'audit',\n 'evidence',\n 'testimonial',\n 'methodology',\n ],\n maxLength: 64,\n },\n content: {\n type: 'array',\n description:\n 'The files, documents, or external references included in this attachment record.',\n items: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n },\n maxLength: 100,\n },\n title: {\n type: 'string',\n maxLength: 256,\n description:\n \"Display title for this attachment (e.g. 'Impact Assessment Report', 'Audit Findings')\",\n },\n shortDescription: {\n type: 'string',\n description:\n 'Short summary of this attachment, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n shortDescriptionFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n description: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#descriptionString',\n 'lex:pub.leaflet.pages.linearDocument',\n 'lex:com.atproto.repo.strongRef',\n ],\n description:\n 'Long-form description of the attachment. An inline string for plain text or markdown, a Leaflet linear document for rich-text content, or a strong reference to an external description record.',\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"A strong reference to the location where this attachment's subject matter occurred. The record referenced must conform with the lexicon app.certified.location.\",\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n OrgHypercertsContextEvaluation: {\n lexicon: 1,\n id: 'org.hypercerts.context.evaluation',\n defs: {\n main: {\n type: 'record',\n description:\n 'An evaluation of a hypercert record (e.g. an activity and its impact).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['evaluators', 'summary', 'createdAt'],\n properties: {\n subject: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'A strong reference to what is being evaluated (e.g. activity, measurement, contribution, etc.)',\n },\n evaluators: {\n type: 'array',\n description: 'DIDs of the evaluators',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n maxLength: 1000,\n },\n content: {\n type: 'array',\n description:\n 'Evaluation data (URIs or blobs) containing detailed reports or methodology',\n items: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n },\n maxLength: 100,\n },\n measurements: {\n type: 'array',\n description:\n 'Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.context.measurement',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n summary: {\n type: 'string',\n description: 'Brief evaluation summary',\n maxLength: 5000,\n maxGraphemes: 1000,\n },\n score: {\n type: 'ref',\n ref: 'lex:org.hypercerts.context.evaluation#score',\n description:\n 'Optional overall score for this evaluation on a numeric scale.',\n },\n location: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'An optional reference for georeferenced evaluations. The record referenced must conform with the lexicon app.certified.location.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n score: {\n type: 'object',\n description: 'Overall score for an evaluation on a numeric scale.',\n required: ['min', 'max', 'value'],\n properties: {\n min: {\n type: 'string',\n description:\n \"Minimum value of the scale as a numeric string (e.g. '0', '1').\",\n maxLength: 50,\n },\n max: {\n type: 'string',\n description:\n \"Maximum value of the scale as a numeric string (e.g. '5', '10').\",\n maxLength: 50,\n },\n value: {\n type: 'string',\n description:\n \"Score within the inclusive range [min, max] as a numeric string (e.g. '3.7').\",\n maxLength: 50,\n },\n },\n },\n },\n },\n OrgHypercertsContextMeasurement: {\n lexicon: 1,\n id: 'org.hypercerts.context.measurement',\n defs: {\n main: {\n type: 'record',\n description:\n 'Measurement data related to one or more records (e.g. activities, projects, etc.).',\n key: 'tid',\n record: {\n type: 'object',\n required: ['metric', 'unit', 'value', 'createdAt'],\n properties: {\n subjects: {\n type: 'array',\n description:\n 'Strong references to the records this measurement refers to (e.g. activities, projects, or claims).',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n metric: {\n type: 'string',\n description:\n 'The metric being measured, e.g. forest area restored, number of users, etc.',\n maxLength: 500,\n },\n unit: {\n type: 'string',\n description:\n 'The unit of the measured value (e.g. kg CO₂e, hectares, %, index score).',\n maxLength: 50,\n },\n value: {\n type: 'string',\n description:\n \"The measured value as a numeric string (e.g. '1234.56')\",\n maxLength: 500,\n },\n startDate: {\n type: 'string',\n format: 'datetime',\n description:\n 'The start date and time when the measurement began.',\n },\n endDate: {\n type: 'string',\n format: 'datetime',\n description:\n 'The end date and time when the measurement ended. For one-time measurements, this should equal the start date.',\n },\n locations: {\n type: 'array',\n description:\n 'Optional geographic references related to where the measurement was taken. Each referenced record must conform with the app.certified.location lexicon.',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n },\n methodType: {\n type: 'string',\n description: 'Short identifier for the measurement methodology',\n maxLength: 30,\n },\n methodURI: {\n type: 'string',\n format: 'uri',\n description:\n 'URI to methodology documentation, standard protocol, or measurement procedure',\n },\n evidenceURI: {\n type: 'array',\n description:\n 'URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets)',\n items: {\n type: 'string',\n format: 'uri',\n },\n maxLength: 50,\n },\n measurers: {\n type: 'array',\n description:\n 'DIDs of the entities that performed this measurement',\n items: {\n type: 'ref',\n ref: 'lex:app.certified.defs#did',\n },\n maxLength: 100,\n },\n comment: {\n type: 'string',\n description:\n 'Short comment of this measurement, suitable for previews and list views. Rich text annotations may be provided via `commentFacets`.',\n maxLength: 3000,\n maxGraphemes: 300,\n },\n commentFacets: {\n type: 'array',\n description:\n 'Rich text annotations for `comment` (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created',\n },\n },\n },\n },\n },\n },\n OrgHypercertsDefs: {\n lexicon: 1,\n id: 'org.hypercerts.defs',\n description:\n 'Common type definitions used across all Hypercerts protocols.',\n defs: {\n descriptionString: {\n type: 'object',\n description:\n 'An inline long-form description as plain text or markdown, with optional rich-text annotations.',\n required: ['value'],\n properties: {\n value: {\n type: 'string',\n description: 'The description text (plain text or markdown).',\n maxLength: 250000,\n maxGraphemes: 25000,\n },\n facets: {\n type: 'array',\n description:\n 'Rich text annotations for the description (mentions, URLs, hashtags, etc).',\n items: {\n type: 'ref',\n ref: 'lex:app.bsky.richtext.facet',\n },\n },\n },\n },\n uri: {\n type: 'object',\n required: ['uri'],\n description: 'Object containing a URI to external data',\n properties: {\n uri: {\n type: 'string',\n format: 'uri',\n description: 'URI to external data',\n },\n },\n },\n smallBlob: {\n type: 'object',\n required: ['blob'],\n description: 'Object containing a blob to external data',\n properties: {\n blob: {\n type: 'blob',\n accept: ['*/*'],\n maxSize: 10485760,\n description: 'Blob to external data (up to 10MB)',\n },\n },\n },\n largeBlob: {\n type: 'object',\n required: ['blob'],\n description: 'Object containing a blob to external data',\n properties: {\n blob: {\n type: 'blob',\n accept: ['*/*'],\n maxSize: 104857600,\n description: 'Blob to external data (up to 100MB)',\n },\n },\n },\n smallImage: {\n type: 'object',\n required: ['image'],\n description: 'Object containing a small image',\n properties: {\n image: {\n type: 'blob',\n accept: ['image/jpeg', 'image/jpg', 'image/png', 'image/webp'],\n maxSize: 5242880,\n description: 'Image (up to 5MB)',\n },\n },\n },\n smallVideo: {\n type: 'object',\n required: ['video'],\n description: 'Object containing a small video',\n properties: {\n video: {\n type: 'blob',\n accept: ['video/mp4', 'video/webm'],\n maxSize: 20971520,\n description: 'Video (up to 20MB)',\n },\n },\n },\n largeImage: {\n type: 'object',\n required: ['image'],\n description: 'Object containing a large image',\n properties: {\n image: {\n type: 'blob',\n accept: ['image/jpeg', 'image/jpg', 'image/png', 'image/webp'],\n maxSize: 10485760,\n description: 'Image (up to 10MB)',\n },\n },\n },\n },\n },\n OrgHypercertsFundingReceipt: {\n lexicon: 1,\n id: 'org.hypercerts.funding.receipt',\n defs: {\n main: {\n type: 'record',\n description:\n 'Records a funding receipt for a payment from one user to another user. It may be recorded by the recipient, by the sender, or by a third party. The sender may remain anonymous.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['to', 'amount', 'currency', 'createdAt'],\n properties: {\n from: {\n type: 'union',\n description:\n 'The sender of the funds (a free-text string, an account DID, or a strong reference to a record). Optional — omit to represent anonymity.',\n refs: [\n 'lex:org.hypercerts.funding.receipt#text',\n 'lex:app.certified.defs#did',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n to: {\n type: 'union',\n description:\n 'The recipient of the funds (a free-text string, an account DID, or a strong reference to a record).',\n refs: [\n 'lex:org.hypercerts.funding.receipt#text',\n 'lex:app.certified.defs#did',\n 'lex:com.atproto.repo.strongRef',\n ],\n },\n amount: {\n type: 'string',\n description:\n \"Amount of funding received as a numeric string (e.g. '1000.50').\",\n maxLength: 50,\n },\n currency: {\n type: 'string',\n description: 'Currency of the payment (e.g. EUR, USD, ETH).',\n maxLength: 10,\n },\n paymentRail: {\n type: 'string',\n description:\n 'How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor).',\n maxLength: 50,\n },\n paymentNetwork: {\n type: 'string',\n description:\n 'Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal).',\n maxLength: 50,\n },\n transactionId: {\n type: 'string',\n description:\n 'Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable.',\n maxLength: 256,\n },\n for: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Optional strong reference to the activity, project, or organization this funding relates to.',\n },\n notes: {\n type: 'string',\n description:\n 'Optional notes or additional context for this funding receipt.',\n maxLength: 500,\n },\n occurredAt: {\n type: 'string',\n format: 'datetime',\n description: 'Timestamp when the payment occurred.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this receipt record was created.',\n },\n },\n },\n },\n text: {\n type: 'object',\n description:\n 'A free-text string value (e.g. a display name, wallet address, or other identifier).',\n required: ['value'],\n properties: {\n value: {\n type: 'string',\n description: 'The string value.',\n maxLength: 2048,\n },\n },\n },\n },\n },\n OrgHypercertsWorkscopeCel: {\n lexicon: 1,\n id: 'org.hypercerts.workscope.cel',\n defs: {\n main: {\n type: 'object',\n description:\n \"A structured, machine-evaluable work scope definition using CEL (Common Expression Language). Tags referenced in the expression correspond to org.hypercerts.workscope.tag keys. See https://github.com/google/cel-spec. Note: this is intentionally type 'object' (not 'record') so it can be directly embedded inline in union types (e.g., activity.workScope) without requiring a separate collection or strongRef indirection.\",\n required: ['expression', 'usedTags', 'version', 'createdAt'],\n properties: {\n expression: {\n type: 'string',\n maxLength: 10000,\n maxGraphemes: 5000,\n description:\n \"A CEL expression encoding the work scope conditions. Example: scope.hasAll(['mangrove_restoration', 'environmental_education']) && location.country == 'KE'\",\n },\n usedTags: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n maxLength: 100,\n description:\n 'Strong references to org.hypercerts.workscope.tag records used in the expression. Enables fast indexing by AT-URI and provides referential integrity to the underlying tag records.',\n },\n version: {\n type: 'string',\n maxLength: 16,\n knownValues: ['v1'],\n description: 'CEL context schema version.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this expression was originally created.',\n },\n },\n },\n },\n },\n OrgHypercertsWorkscopeTag: {\n lexicon: 1,\n id: 'org.hypercerts.workscope.tag',\n defs: {\n main: {\n type: 'record',\n description:\n 'A reusable scope atom for work scope logic expressions. Scopes can represent topics, languages, domains, deliverables, methods, regions, tags, or other categorical labels. Tags are composed into structured expressions via CEL (Common Expression Language) on activity records.',\n key: 'tid',\n record: {\n type: 'object',\n required: ['key', 'name', 'createdAt'],\n properties: {\n key: {\n type: 'string',\n description:\n \"Lowercase, underscore-separated machine-readable key for this scope (e.g., 'mangrove_restoration', 'biodiversity_monitoring'). Used as the canonical identifier in CEL expressions.\",\n maxLength: 120,\n },\n name: {\n type: 'string',\n description: 'Human-readable name for this scope.',\n maxLength: 200,\n },\n category: {\n type: 'string',\n description: 'Category type of this scope.',\n knownValues: ['topic', 'language', 'domain', 'method'],\n maxLength: 50,\n },\n description: {\n type: 'string',\n description: 'Optional longer description of this scope.',\n maxLength: 10000,\n maxGraphemes: 1000,\n },\n parent: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n 'Optional strong reference to a parent work scope tag record for taxonomy/hierarchy support. The record referenced must conform with the lexicon org.hypercerts.workscope.tag.',\n },\n status: {\n type: 'string',\n description:\n 'Lifecycle status of this tag. Communities propose tags, curators accept them, deprecated tags point to replacements via supersededBy.',\n knownValues: ['proposed', 'accepted', 'deprecated'],\n maxLength: 20,\n },\n supersededBy: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n description:\n \"When status is 'deprecated', points to the replacement work scope tag record. The record referenced must conform with the lexicon org.hypercerts.workscope.tag.\",\n },\n aliases: {\n type: 'array',\n items: {\n type: 'string',\n maxLength: 200,\n },\n maxLength: 50,\n description:\n 'Alternative human-readable names for this scope (e.g., translations, abbreviations, or common synonyms). Unlike sameAs, these are plain-text labels, not links to external ontologies.',\n },\n sameAs: {\n type: 'array',\n items: {\n type: 'string',\n format: 'uri',\n maxLength: 2048,\n },\n maxLength: 20,\n description:\n 'URIs to semantically equivalent concepts in external ontologies or taxonomies (e.g., Wikidata QIDs, ENVO terms, SDG targets). Used for interoperability, not as documentation.',\n },\n referenceDocument: {\n type: 'union',\n refs: [\n 'lex:org.hypercerts.defs#uri',\n 'lex:org.hypercerts.defs#smallBlob',\n ],\n description:\n 'Link to a governance or reference document where this work scope tag is defined and further explained.',\n },\n createdAt: {\n type: 'string',\n format: 'datetime',\n description:\n 'Client-declared timestamp when this record was originally created.',\n },\n },\n },\n },\n },\n },\n PubLeafletBlocksBlockquote: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.blockquote',\n defs: {\n main: {\n type: 'object',\n required: ['plaintext'],\n properties: {\n plaintext: {\n type: 'string',\n },\n facets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.richtext.facet',\n },\n },\n },\n },\n },\n },\n PubLeafletBlocksBskyPost: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.bskyPost',\n defs: {\n main: {\n type: 'object',\n required: ['postRef'],\n properties: {\n postRef: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n clientHost: {\n type: 'string',\n },\n },\n },\n },\n },\n PubLeafletBlocksButton: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.button',\n defs: {\n main: {\n type: 'object',\n required: ['text', 'url'],\n properties: {\n text: {\n type: 'string',\n },\n url: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n },\n },\n PubLeafletBlocksCode: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.code',\n defs: {\n main: {\n type: 'object',\n required: ['plaintext'],\n properties: {\n plaintext: {\n type: 'string',\n },\n language: {\n type: 'string',\n },\n syntaxHighlightingTheme: {\n type: 'string',\n },\n },\n },\n },\n },\n PubLeafletBlocksHeader: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.header',\n defs: {\n main: {\n type: 'object',\n required: ['plaintext'],\n properties: {\n level: {\n type: 'integer',\n minimum: 1,\n maximum: 6,\n },\n plaintext: {\n type: 'string',\n },\n facets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.richtext.facet',\n },\n },\n },\n },\n },\n },\n PubLeafletBlocksHorizontalRule: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.horizontalRule',\n defs: {\n main: {\n type: 'object',\n required: [],\n properties: {},\n },\n },\n },\n PubLeafletBlocksIframe: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.iframe',\n defs: {\n main: {\n type: 'object',\n required: ['url'],\n properties: {\n url: {\n type: 'string',\n format: 'uri',\n },\n height: {\n type: 'integer',\n minimum: 16,\n maximum: 1600,\n },\n },\n },\n },\n },\n PubLeafletBlocksImage: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.image',\n defs: {\n main: {\n type: 'object',\n required: ['image', 'aspectRatio'],\n properties: {\n image: {\n type: 'blob',\n accept: ['image/*'],\n maxSize: 1000000,\n },\n alt: {\n type: 'string',\n description:\n 'Alt text description of the image, for accessibility.',\n },\n aspectRatio: {\n type: 'ref',\n ref: 'lex:pub.leaflet.blocks.image#aspectRatio',\n },\n },\n },\n aspectRatio: {\n type: 'object',\n required: ['width', 'height'],\n properties: {\n width: {\n type: 'integer',\n },\n height: {\n type: 'integer',\n },\n },\n },\n },\n },\n PubLeafletBlocksMath: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.math',\n defs: {\n main: {\n type: 'object',\n required: ['tex'],\n properties: {\n tex: {\n type: 'string',\n },\n },\n },\n },\n },\n PubLeafletBlocksOrderedList: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.orderedList',\n defs: {\n main: {\n type: 'object',\n required: ['children'],\n properties: {\n startIndex: {\n type: 'integer',\n description:\n 'The starting number for this ordered list. Defaults to 1 if not specified.',\n },\n children: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.blocks.orderedList#listItem',\n },\n },\n },\n },\n listItem: {\n type: 'object',\n required: ['content'],\n properties: {\n checked: {\n type: 'boolean',\n description:\n 'If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item.',\n },\n content: {\n type: 'union',\n refs: [\n 'lex:pub.leaflet.blocks.text',\n 'lex:pub.leaflet.blocks.header',\n 'lex:pub.leaflet.blocks.image',\n ],\n },\n children: {\n type: 'array',\n description:\n 'Nested ordered list items. Mutually exclusive with unorderedListChildren; if both are present, children takes precedence.',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.blocks.orderedList#listItem',\n },\n },\n unorderedListChildren: {\n type: 'ref',\n description:\n 'A nested unordered list. Mutually exclusive with children; if both are present, children takes precedence.',\n ref: 'lex:pub.leaflet.blocks.unorderedList',\n },\n },\n },\n },\n },\n PubLeafletBlocksPage: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.page',\n defs: {\n main: {\n type: 'object',\n required: ['id'],\n properties: {\n id: {\n type: 'string',\n },\n },\n },\n },\n },\n PubLeafletBlocksPoll: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.poll',\n defs: {\n main: {\n type: 'object',\n required: ['pollRef'],\n properties: {\n pollRef: {\n type: 'ref',\n ref: 'lex:com.atproto.repo.strongRef',\n },\n },\n },\n },\n },\n PubLeafletBlocksText: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.text',\n defs: {\n main: {\n type: 'object',\n required: ['plaintext'],\n properties: {\n plaintext: {\n type: 'string',\n },\n textSize: {\n type: 'string',\n enum: ['default', 'small', 'large'],\n },\n facets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.richtext.facet',\n },\n },\n },\n },\n },\n },\n PubLeafletBlocksUnorderedList: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.unorderedList',\n defs: {\n main: {\n type: 'object',\n required: ['children'],\n properties: {\n children: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.blocks.unorderedList#listItem',\n },\n },\n },\n },\n listItem: {\n type: 'object',\n required: ['content'],\n properties: {\n checked: {\n type: 'boolean',\n description:\n 'If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item.',\n },\n content: {\n type: 'union',\n refs: [\n 'lex:pub.leaflet.blocks.text',\n 'lex:pub.leaflet.blocks.header',\n 'lex:pub.leaflet.blocks.image',\n ],\n },\n children: {\n type: 'array',\n description:\n 'Nested unordered list items. Mutually exclusive with orderedListChildren; if both are present, children takes precedence.',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.blocks.unorderedList#listItem',\n },\n },\n orderedListChildren: {\n type: 'ref',\n description:\n 'Nested ordered list items. Mutually exclusive with children; if both are present, children takes precedence.',\n ref: 'lex:pub.leaflet.blocks.orderedList',\n },\n },\n },\n },\n },\n PubLeafletBlocksWebsite: {\n lexicon: 1,\n id: 'pub.leaflet.blocks.website',\n defs: {\n main: {\n type: 'object',\n required: ['src'],\n properties: {\n previewImage: {\n type: 'blob',\n accept: ['image/*'],\n maxSize: 1000000,\n },\n title: {\n type: 'string',\n },\n description: {\n type: 'string',\n },\n src: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n },\n },\n PubLeafletPagesLinearDocument: {\n lexicon: 1,\n id: 'pub.leaflet.pages.linearDocument',\n defs: {\n main: {\n type: 'object',\n required: ['blocks'],\n properties: {\n id: {\n type: 'string',\n },\n blocks: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#block',\n },\n },\n },\n },\n block: {\n type: 'object',\n required: ['block'],\n properties: {\n block: {\n type: 'union',\n refs: [\n 'lex:pub.leaflet.blocks.iframe',\n 'lex:pub.leaflet.blocks.text',\n 'lex:pub.leaflet.blocks.blockquote',\n 'lex:pub.leaflet.blocks.header',\n 'lex:pub.leaflet.blocks.image',\n 'lex:pub.leaflet.blocks.unorderedList',\n 'lex:pub.leaflet.blocks.orderedList',\n 'lex:pub.leaflet.blocks.website',\n 'lex:pub.leaflet.blocks.math',\n 'lex:pub.leaflet.blocks.code',\n 'lex:pub.leaflet.blocks.horizontalRule',\n 'lex:pub.leaflet.blocks.bskyPost',\n 'lex:pub.leaflet.blocks.page',\n 'lex:pub.leaflet.blocks.poll',\n 'lex:pub.leaflet.blocks.button',\n ],\n },\n alignment: {\n type: 'string',\n knownValues: [\n 'lex:pub.leaflet.pages.linearDocument#textAlignLeft',\n 'lex:pub.leaflet.pages.linearDocument#textAlignCenter',\n 'lex:pub.leaflet.pages.linearDocument#textAlignRight',\n 'lex:pub.leaflet.pages.linearDocument#textAlignJustify',\n ],\n },\n },\n },\n textAlignLeft: {\n type: 'token',\n },\n textAlignCenter: {\n type: 'token',\n },\n textAlignRight: {\n type: 'token',\n },\n textAlignJustify: {\n type: 'token',\n },\n quote: {\n type: 'object',\n required: ['start', 'end'],\n properties: {\n start: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#position',\n },\n end: {\n type: 'ref',\n ref: 'lex:pub.leaflet.pages.linearDocument#position',\n },\n },\n },\n position: {\n type: 'object',\n required: ['block', 'offset'],\n properties: {\n block: {\n type: 'array',\n items: {\n type: 'integer',\n },\n },\n offset: {\n type: 'integer',\n },\n },\n },\n },\n },\n PubLeafletRichtextFacet: {\n lexicon: 1,\n id: 'pub.leaflet.richtext.facet',\n defs: {\n main: {\n type: 'object',\n description: 'Annotation of a sub-string within rich text.',\n required: ['index', 'features'],\n properties: {\n index: {\n type: 'ref',\n ref: 'lex:pub.leaflet.richtext.facet#byteSlice',\n },\n features: {\n type: 'array',\n items: {\n type: 'union',\n refs: [\n 'lex:pub.leaflet.richtext.facet#link',\n 'lex:pub.leaflet.richtext.facet#didMention',\n 'lex:pub.leaflet.richtext.facet#atMention',\n 'lex:pub.leaflet.richtext.facet#code',\n 'lex:pub.leaflet.richtext.facet#highlight',\n 'lex:pub.leaflet.richtext.facet#underline',\n 'lex:pub.leaflet.richtext.facet#strikethrough',\n 'lex:pub.leaflet.richtext.facet#id',\n 'lex:pub.leaflet.richtext.facet#bold',\n 'lex:pub.leaflet.richtext.facet#italic',\n 'lex:pub.leaflet.richtext.facet#footnote',\n ],\n },\n },\n },\n },\n byteSlice: {\n type: 'object',\n description:\n 'Specifies the sub-string range a facet feature applies to. Start index is inclusive, end index is exclusive. Indices are zero-indexed, counting bytes of the UTF-8 encoded text. NOTE: some languages, like Javascript, use UTF-16 or Unicode codepoints for string slice indexing; in these languages, convert to byte arrays before working with facets.',\n required: ['byteStart', 'byteEnd'],\n properties: {\n byteStart: {\n type: 'integer',\n minimum: 0,\n },\n byteEnd: {\n type: 'integer',\n minimum: 0,\n },\n },\n },\n link: {\n type: 'object',\n description:\n 'Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL.',\n required: ['uri'],\n properties: {\n uri: {\n type: 'string',\n },\n },\n },\n didMention: {\n type: 'object',\n description: 'Facet feature for mentioning a did.',\n required: ['did'],\n properties: {\n did: {\n type: 'string',\n format: 'did',\n },\n },\n },\n atMention: {\n type: 'object',\n description: 'Facet feature for mentioning an AT URI.',\n required: ['atURI'],\n properties: {\n atURI: {\n type: 'string',\n format: 'uri',\n },\n },\n },\n code: {\n type: 'object',\n description: 'Facet feature for inline code.',\n required: [],\n properties: {},\n },\n highlight: {\n type: 'object',\n description: 'Facet feature for highlighted text.',\n required: [],\n properties: {},\n },\n underline: {\n type: 'object',\n description: 'Facet feature for underline markup',\n required: [],\n properties: {},\n },\n strikethrough: {\n type: 'object',\n description: 'Facet feature for strikethrough markup',\n required: [],\n properties: {},\n },\n id: {\n type: 'object',\n description:\n 'Facet feature for an identifier. Used for linking to a segment',\n required: [],\n properties: {\n id: {\n type: 'string',\n },\n },\n },\n bold: {\n type: 'object',\n description: 'Facet feature for bold text',\n required: [],\n properties: {},\n },\n italic: {\n type: 'object',\n description: 'Facet feature for italic text',\n required: [],\n properties: {},\n },\n footnote: {\n type: 'object',\n description: 'Facet feature for a footnote reference',\n required: ['footnoteId', 'contentPlaintext'],\n properties: {\n footnoteId: {\n type: 'string',\n },\n contentPlaintext: {\n type: 'string',\n },\n contentFacets: {\n type: 'array',\n items: {\n type: 'ref',\n ref: 'lex:pub.leaflet.richtext.facet#main',\n },\n },\n },\n },\n },\n },\n} as const satisfies Record<string, LexiconDoc>\nexport const schemas = Object.values(schemaDict) satisfies LexiconDoc[]\nexport const lexicons: Lexicons = new Lexicons(schemas)\n\nexport function validate<T extends { $type: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType: true,\n): ValidationResult<T>\nexport function validate<T extends { $type?: string }>(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: false,\n): ValidationResult<T>\nexport function validate(\n v: unknown,\n id: string,\n hash: string,\n requiredType?: boolean,\n): ValidationResult {\n return (requiredType ? is$typed : maybe$typed)(v, id, hash)\n ? lexicons.validate(`${id}#${hash}`, v)\n : {\n success: false,\n error: new ValidationError(\n `Must be an object with \"${hash === 'main' ? id : `${id}#${hash}`}\" $type property`,\n ),\n }\n}\n\nexport const ids = {\n AppBskyRichtextFacet: 'app.bsky.richtext.facet',\n AppCertifiedActorOrganization: 'app.certified.actor.organization',\n AppCertifiedActorProfile: 'app.certified.actor.profile',\n AppCertifiedBadgeAward: 'app.certified.badge.award',\n AppCertifiedBadgeDefinition: 'app.certified.badge.definition',\n AppCertifiedBadgeResponse: 'app.certified.badge.response',\n AppCertifiedDefs: 'app.certified.defs',\n AppCertifiedLinkEvm: 'app.certified.link.evm',\n AppCertifiedLocation: 'app.certified.location',\n ComAtprotoRepoStrongRef: 'com.atproto.repo.strongRef',\n OrgHyperboardsBoard: 'org.hyperboards.board',\n OrgHyperboardsDisplayProfile: 'org.hyperboards.displayProfile',\n OrgHypercertsClaimActivity: 'org.hypercerts.claim.activity',\n OrgHypercertsClaimContribution: 'org.hypercerts.claim.contribution',\n OrgHypercertsClaimContributorInformation:\n 'org.hypercerts.claim.contributorInformation',\n OrgHypercertsClaimRights: 'org.hypercerts.claim.rights',\n OrgHypercertsCollection: 'org.hypercerts.collection',\n OrgHypercertsContextAcknowledgement: 'org.hypercerts.context.acknowledgement',\n OrgHypercertsContextAttachment: 'org.hypercerts.context.attachment',\n OrgHypercertsContextEvaluation: 'org.hypercerts.context.evaluation',\n OrgHypercertsContextMeasurement: 'org.hypercerts.context.measurement',\n OrgHypercertsDefs: 'org.hypercerts.defs',\n OrgHypercertsFundingReceipt: 'org.hypercerts.funding.receipt',\n OrgHypercertsWorkscopeCel: 'org.hypercerts.workscope.cel',\n OrgHypercertsWorkscopeTag: 'org.hypercerts.workscope.tag',\n PubLeafletBlocksBlockquote: 'pub.leaflet.blocks.blockquote',\n PubLeafletBlocksBskyPost: 'pub.leaflet.blocks.bskyPost',\n PubLeafletBlocksButton: 'pub.leaflet.blocks.button',\n PubLeafletBlocksCode: 'pub.leaflet.blocks.code',\n PubLeafletBlocksHeader: 'pub.leaflet.blocks.header',\n PubLeafletBlocksHorizontalRule: 'pub.leaflet.blocks.horizontalRule',\n PubLeafletBlocksIframe: 'pub.leaflet.blocks.iframe',\n PubLeafletBlocksImage: 'pub.leaflet.blocks.image',\n PubLeafletBlocksMath: 'pub.leaflet.blocks.math',\n PubLeafletBlocksOrderedList: 'pub.leaflet.blocks.orderedList',\n PubLeafletBlocksPage: 'pub.leaflet.blocks.page',\n PubLeafletBlocksPoll: 'pub.leaflet.blocks.poll',\n PubLeafletBlocksText: 'pub.leaflet.blocks.text',\n PubLeafletBlocksUnorderedList: 'pub.leaflet.blocks.unorderedList',\n PubLeafletBlocksWebsite: 'pub.leaflet.blocks.website',\n PubLeafletPagesLinearDocument: 'pub.leaflet.pages.linearDocument',\n PubLeafletRichtextFacet: 'pub.leaflet.richtext.facet',\n} as const\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.bsky.richtext.facet'\n\n/** Annotation of a sub-string within rich text. */\nexport interface Main {\n $type?: 'app.bsky.richtext.facet'\n index: ByteSlice\n features: ($Typed<Mention> | $Typed<Link> | $Typed<Tag> | { $type: string })[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\n/** Facet feature for mention of another account. The text is usually a handle, including a '@' prefix, but the facet reference is a DID. */\nexport interface Mention {\n $type?: 'app.bsky.richtext.facet#mention'\n did: string\n}\n\nconst hashMention = 'mention'\n\nexport function isMention<V>(v: V) {\n return is$typed(v, id, hashMention)\n}\n\nexport function validateMention<V>(v: V) {\n return validate<Mention & V>(v, id, hashMention)\n}\n\n/** Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL. */\nexport interface Link {\n $type?: 'app.bsky.richtext.facet#link'\n uri: string\n}\n\nconst hashLink = 'link'\n\nexport function isLink<V>(v: V) {\n return is$typed(v, id, hashLink)\n}\n\nexport function validateLink<V>(v: V) {\n return validate<Link & V>(v, id, hashLink)\n}\n\n/** Facet feature for a hashtag. The text usually includes a '#' prefix, but the facet reference should not (except in the case of 'double hash tags'). */\nexport interface Tag {\n $type?: 'app.bsky.richtext.facet#tag'\n tag: string\n}\n\nconst hashTag = 'tag'\n\nexport function isTag<V>(v: V) {\n return is$typed(v, id, hashTag)\n}\n\nexport function validateTag<V>(v: V) {\n return validate<Tag & V>(v, id, hashTag)\n}\n\n/** Specifies the sub-string range a facet feature applies to. Start index is inclusive, end index is exclusive. Indices are zero-indexed, counting bytes of the UTF-8 encoded text. NOTE: some languages, like Javascript, use UTF-16 or Unicode codepoints for string slice indexing; in these languages, convert to byte arrays before working with facets. */\nexport interface ByteSlice {\n $type?: 'app.bsky.richtext.facet#byteSlice'\n byteStart: number\n byteEnd: number\n}\n\nconst hashByteSlice = 'byteSlice'\n\nexport function isByteSlice<V>(v: V) {\n return is$typed(v, id, hashByteSlice)\n}\n\nexport function validateByteSlice<V>(v: V) {\n return validate<ByteSlice & V>(v, id, hashByteSlice)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.actor.organization'\n\nexport interface Main {\n $type: 'app.certified.actor.organization'\n /** Legal or operational structures of the organization (e.g. 'nonprofit', 'ngo', 'government', 'social-enterprise', 'cooperative'). */\n organizationType?: string[]\n /** Additional reference URLs (social media profiles, contact pages, donation links, etc.) with a display label for each URL. */\n urls?: UrlItem[]\n location?: ComAtprotoRepoStrongRef.Main\n /** When the organization was established. Stored as datetime per ATProto conventions (no date-only format exists). Clients should use midnight UTC (e.g., '2005-01-01T00:00:00.000Z'); consumers should treat only the date portion as canonical. */\n foundedDate?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A labeled URL reference. */\nexport interface UrlItem {\n $type?: 'app.certified.actor.organization#urlItem'\n /** The URL. */\n url: string\n /** Optional human-readable label for this URL (e.g. 'Support page', 'Donation page'). */\n label?: string\n}\n\nconst hashUrlItem = 'urlItem'\n\nexport function isUrlItem<V>(v: V) {\n return is$typed(v, id, hashUrlItem)\n}\n\nexport function validateUrlItem<V>(v: V) {\n return validate<UrlItem & V>(v, id, hashUrlItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../../../org/hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.actor.profile'\n\nexport interface Main {\n $type: 'app.certified.actor.profile'\n /** Display name for the account */\n displayName?: string\n /** Free-form profile description text. */\n description?: string\n /** Free-form pronouns text. */\n pronouns?: string\n /** Account website URL */\n website?: string\n avatar?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n banner?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.LargeImage>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as AppCertifiedDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.award'\n\nexport interface Main {\n $type: 'app.certified.badge.award'\n badge: ComAtprotoRepoStrongRef.Main\n subject:\n | $Typed<AppCertifiedDefs.Did>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** Optional statement explaining the reason for this badge award. */\n note?: string\n /** Optional URL the badge award links to. */\n url?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.definition'\n\nexport interface Main {\n $type: 'app.certified.badge.definition'\n /** Category of the badge. Values beyond the known set are permitted. */\n badgeType:\n | 'endorsement'\n | 'verification'\n | 'participation'\n | 'certification'\n | 'affiliation'\n | 'recognition'\n | (string & {})\n /** Human-readable title of the badge. */\n title: string\n /** Icon representing the badge, stored as a blob for compact visual display. */\n icon?: BlobRef\n /** Optional short statement describing what the badge represents. */\n description?: string\n /** Optional allowlist of DIDs allowed to issue this badge. If omitted, anyone may issue it. */\n allowedIssuers?: AppCertifiedDefs.Did[]\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.badge.response'\n\nexport interface Main {\n $type: 'app.certified.badge.response'\n badgeAward: ComAtprotoRepoStrongRef.Main\n /** The recipient’s response for the badge (accepted or rejected). */\n response: 'accepted' | 'rejected' | (string & {})\n /** Optional relative weight for accepted badges, assigned by the recipient. */\n weight?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.defs'\n\n/** A Decentralized Identifier (DID) string. */\nexport interface Did {\n $type?: 'app.certified.defs#did'\n /** The DID string value. */\n did: string\n}\n\nconst hashDid = 'did'\n\nexport function isDid<V>(v: V) {\n return is$typed(v, id, hashDid)\n}\n\nexport function validateDid<V>(v: V) {\n return validate<Did & V>(v, id, hashDid)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.link.evm'\n\nexport interface Main {\n $type: 'app.certified.link.evm'\n /** EVM wallet address (0x-prefixed, with EIP-55 checksum recommended). */\n address: string\n proof: $Typed<Eip712Proof> | { $type: string }\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** EOA wallet ownership proof via EIP-712 typed data signature. Contains both the structured message that was signed and the resulting signature. */\nexport interface Eip712Proof {\n $type?: 'app.certified.link.evm#eip712Proof'\n /** ECDSA signature over the EIP-712 hash (hex-encoded with 0x prefix, 64 or 65 bytes). */\n signature: string\n message: Eip712Message\n}\n\nconst hashEip712Proof = 'eip712Proof'\n\nexport function isEip712Proof<V>(v: V) {\n return is$typed(v, id, hashEip712Proof)\n}\n\nexport function validateEip712Proof<V>(v: V) {\n return validate<Eip712Proof & V>(v, id, hashEip712Proof)\n}\n\n/** The EIP-712 typed data message that was signed by the wallet. Contains the fields binding an ATProto DID to an EVM address on a specific chain. */\nexport interface Eip712Message {\n $type?: 'app.certified.link.evm#eip712Message'\n /** The ATProto DID being linked to the EVM address. */\n did: string\n /** The EVM wallet address (must match the top-level address field). */\n evmAddress: string\n /** EVM chain ID as string (bigint serialized). Identifies which chain was used for signing; for EOA wallets the identity link applies across all EVM-compatible chains. */\n chainId: string\n /** Unix timestamp when the attestation was created (bigint serialized). */\n timestamp: string\n /** Replay-protection nonce (bigint serialized). */\n nonce: string\n}\n\nconst hashEip712Message = 'eip712Message'\n\nexport function isEip712Message<V>(v: V) {\n return is$typed(v, id, hashEip712Message)\n}\n\nexport function validateEip712Message<V>(v: V) {\n return validate<Eip712Message & V>(v, id, hashEip712Message)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as OrgHypercertsDefs from '../../org/hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'app.certified.location'\n\nexport interface Main {\n $type: 'app.certified.location'\n /** The version of the Location Protocol */\n lpVersion: string\n /** The Spatial Reference System URI (e.g., http://www.opengis.net/def/crs/OGC/1.3/CRS84) that defines the coordinate system. */\n srs: string\n /** An identifier for the format of the location data (e.g., coordinate-decimal, geojson-point). See the Location Protocol spec for the full registry: https://spec.decentralizedgeo.org/specification/location-types/#location-type-registry */\n locationType:\n | 'coordinate-decimal'\n | 'geojson-point'\n | 'geojson'\n | 'h3'\n | 'geohash'\n | 'wkt'\n | 'address'\n | 'scaledCoordinates'\n | (string & {})\n location:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | $Typed<String>\n | { $type: string }\n /** Human-readable name for this location (e.g. 'Golden Gate Park', 'San Francisco Bay Area') */\n name?: string\n /** Additional context about this location, such as its significance to the work or specific boundaries */\n description?: string\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A location represented as a string, e.g. coordinates or a small GeoJSON string. */\nexport interface String {\n $type?: 'app.certified.location#string'\n /** The location string value */\n string: string\n}\n\nconst hashString = 'string'\n\nexport function isString<V>(v: V) {\n return is$typed(v, id, hashString)\n}\n\nexport function validateString<V>(v: V) {\n return validate<String & V>(v, id, hashString)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'com.atproto.repo.strongRef'\n\nexport interface Main {\n $type?: 'com.atproto.repo.strongRef'\n uri: string\n cid: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../hypercerts/defs.js'\nimport type * as OrgHypercertsClaimActivity from '../hypercerts/claim/activity.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hyperboards.board'\n\nexport interface Main {\n $type: 'org.hyperboards.board'\n subject: ComAtprotoRepoStrongRef.Main\n config?: BoardConfig\n /** Per-contributor configuration entries for this board. */\n contributorConfigs?: ContributorConfig[]\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** Visual configuration for a hyperboard's background, colors, and layout. */\nexport interface BoardConfig {\n $type?: 'org.hyperboards.board#boardConfig'\n /** Type of background content. */\n backgroundType?: 'image' | 'iframe' | (string & {})\n backgroundImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** URI of the background iframe. */\n backgroundIframeUrl?: string\n /** Whether the background is rendered in grayscale. Default: true. */\n backgroundGrayscale?: boolean\n /** Background opacity as a percentage (0–100). */\n backgroundOpacity?: number\n /** Background color as a hex string (e.g. '#ffffff'). */\n backgroundColor?: string\n /** Border color as a hex string (e.g. '#000000'). */\n borderColor?: string\n /** Whether contributor images are rendered in grayscale. Default: false. */\n grayscaleImages?: boolean\n /** Shape used to crop contributor images on this board. */\n imageShape?: 'circular' | 'square' | (string & {})\n /** Display aspect ratio of the board. */\n aspectRatio?: '16:9' | '4:3' | '1:1' | (string & {})\n}\n\nconst hashBoardConfig = 'boardConfig'\n\nexport function isBoardConfig<V>(v: V) {\n return is$typed(v, id, hashBoardConfig)\n}\n\nexport function validateBoardConfig<V>(v: V) {\n return validate<BoardConfig & V>(v, id, hashBoardConfig)\n}\n\n/** Configuration for a specific contributor within a board. Values serve as fallbacks when the contributor has not defined them on their profile. It can also be used to override contributor settings on this board without changing their global profile. */\nexport interface ContributorConfig {\n $type?: 'org.hyperboards.board#contributorConfig'\n contributor:\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | $Typed<OrgHypercertsClaimActivity.ContributorIdentity>\n | { $type: string }\n /** When true, these values take precedence over the contributor's own profile and display settings. When false or omitted, they are only used as fallbacks if the contributor has not set their own settings. */\n override?: boolean\n /** Display name for this contributor on this board. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n video?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallVideo>\n | { $type: string }\n hoverImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Iframe overlay shown when hovering over this contributor. */\n hoverIframeUrl?: string\n /** Click-through link URL for this contributor. */\n url?: string\n}\n\nconst hashContributorConfig = 'contributorConfig'\n\nexport function isContributorConfig<V>(v: V) {\n return is$typed(v, id, hashContributorConfig)\n}\n\nexport function validateContributorConfig<V>(v: V) {\n return validate<ContributorConfig & V>(v, id, hashContributorConfig)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as OrgHypercertsDefs from '../hypercerts/defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hyperboards.displayProfile'\n\nexport interface Main {\n $type: 'org.hyperboards.displayProfile'\n /** Display name override for this user on hyperboards. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n video?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallVideo>\n | { $type: string }\n hoverImage?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Default hover iframe URL for this user across boards. */\n hoverIframeUrl?: string\n /** Default click-through link URL for this user across boards. */\n url?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\nimport type * as PubLeafletPagesLinearDocument from '../../../pub/leaflet/pages/linearDocument.js'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsWorkscopeCel from '../workscope/cel.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.activity'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.activity'\n /** Display title summarizing the impact work (e.g. 'Reforestation in Amazon Basin 2024') */\n title: string\n /** Short summary of this activity claim, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`. */\n shortDescription: string\n /** Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc). */\n shortDescriptionFacets?: AppBskyRichtextFacet.Main[]\n description?:\n | $Typed<OrgHypercertsDefs.DescriptionString>\n | $Typed<PubLeafletPagesLinearDocument.Main>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** An array of contributor objects, each containing contributor information, weight, and contribution details. */\n contributors?: Contributor[]\n workScope?:\n | $Typed<OrgHypercertsWorkscopeCel.Main>\n | $Typed<WorkScopeString>\n | { $type: string }\n /** When the work began */\n startDate?: string\n /** When the work ended */\n endDate?: string\n /** An array of strong references to the location where activity was performed. The record referenced must conform with the lexicon app.certified.location. */\n locations?: ComAtprotoRepoStrongRef.Main[]\n rights?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A contributor to the activity, with identity, weight, and contribution details. */\nexport interface Contributor {\n $type?: 'org.hypercerts.claim.activity#contributor'\n contributorIdentity:\n | $Typed<ContributorIdentity>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** The relative weight/importance of this contribution (stored as a string to avoid float precision issues). Must be a positive numeric value. Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed. */\n contributionWeight?: string\n contributionDetails?:\n | $Typed<ContributorRole>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n}\n\nconst hashContributor = 'contributor'\n\nexport function isContributor<V>(v: V) {\n return is$typed(v, id, hashContributor)\n}\n\nexport function validateContributor<V>(v: V) {\n return validate<Contributor & V>(v, id, hashContributor)\n}\n\n/** Contributor information as a string (DID or identifier). */\nexport interface ContributorIdentity {\n $type?: 'org.hypercerts.claim.activity#contributorIdentity'\n /** The contributor identity string (DID or identifier). */\n identity: string\n}\n\nconst hashContributorIdentity = 'contributorIdentity'\n\nexport function isContributorIdentity<V>(v: V) {\n return is$typed(v, id, hashContributorIdentity)\n}\n\nexport function validateContributorIdentity<V>(v: V) {\n return validate<ContributorIdentity & V>(v, id, hashContributorIdentity)\n}\n\n/** Contribution details as a string. */\nexport interface ContributorRole {\n $type?: 'org.hypercerts.claim.activity#contributorRole'\n /** The contribution role or details. */\n role: string\n}\n\nconst hashContributorRole = 'contributorRole'\n\nexport function isContributorRole<V>(v: V) {\n return is$typed(v, id, hashContributorRole)\n}\n\nexport function validateContributorRole<V>(v: V) {\n return validate<ContributorRole & V>(v, id, hashContributorRole)\n}\n\n/** A free-form string describing the work scope for simple or legacy scopes. */\nexport interface WorkScopeString {\n $type?: 'org.hypercerts.claim.activity#workScopeString'\n /** The work scope description string. */\n scope: string\n}\n\nconst hashWorkScopeString = 'workScopeString'\n\nexport function isWorkScopeString<V>(v: V) {\n return is$typed(v, id, hashWorkScopeString)\n}\n\nexport function validateWorkScopeString<V>(v: V) {\n return validate<WorkScopeString & V>(v, id, hashWorkScopeString)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.contribution'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.contribution'\n /** Role or title of the contributor. */\n role?: string\n /** Description of what the contribution concretely involved. */\n contributionDescription?: string\n /** When this contribution started. Should fall within the parent hypercert's timeframe. */\n startDate?: string\n /** When this contribution finished. Should fall within the parent hypercert's timeframe. */\n endDate?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.contributorInformation'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.contributorInformation'\n /** DID (did:plc:...) or URI to a social profile of the contributor. */\n identifier?: string\n /** Human-readable name for the contributor as it should appear in UI. */\n displayName?: string\n image?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.claim.rights'\n\nexport interface Main {\n $type: 'org.hypercerts.claim.rights'\n /** Human-readable name for these rights (e.g. 'All Rights Reserved', 'CC BY-SA 4.0') */\n rightsName: string\n /** Short identifier code for this rights type (e.g. 'ARR', 'CC-BY-SA') to facilitate filtering and search */\n rightsType: string\n /** Detailed explanation of the rights holders' permissions, restrictions, and conditions */\n rightsDescription: string\n attachment?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as AppBskyRichtextFacet from '../../app/bsky/richtext/facet.js'\nimport type * as OrgHypercertsDefs from './defs.js'\nimport type * as PubLeafletPagesLinearDocument from '../../pub/leaflet/pages/linearDocument.js'\nimport type * as ComAtprotoRepoStrongRef from '../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.collection'\n\nexport interface Main {\n $type: 'org.hypercerts.collection'\n /** The type of this collection. Values beyond the known set are permitted. */\n type?: 'favorites' | 'project' | 'portfolio' | 'program' | (string & {})\n /** Display name for this collection (e.g. 'Q1 2025 Impact Projects') */\n title: string\n /** Short summary of this collection, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`. */\n shortDescription?: string\n /** Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc). */\n shortDescriptionFacets?: AppBskyRichtextFacet.Main[]\n description?:\n | $Typed<OrgHypercertsDefs.DescriptionString>\n | $Typed<PubLeafletPagesLinearDocument.Main>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n avatar?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallImage>\n | { $type: string }\n banner?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.LargeImage>\n | { $type: string }\n /** Array of items in this collection with optional weights. */\n items?: Item[]\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** An item in a collection, with an identifier and optional weight. */\nexport interface Item {\n $type?: 'org.hypercerts.collection#item'\n itemIdentifier: ComAtprotoRepoStrongRef.Main\n /** Optional weight for this item (positive numeric value stored as string). Weights do not need to sum to a specific total; normalization can be performed by the consuming application as needed. */\n itemWeight?: string\n}\n\nconst hashItem = 'item'\n\nexport function isItem<V>(v: V) {\n return is$typed(v, id, hashItem)\n}\n\nexport function validateItem<V>(v: V) {\n return validate<Item & V>(v, id, hashItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.acknowledgement'\n\nexport interface Main {\n $type: 'org.hypercerts.context.acknowledgement'\n subject: ComAtprotoRepoStrongRef.Main\n context?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** Whether the relationship is acknowledged (true) or rejected (false). */\n acknowledged: boolean\n /** Optional plain-text comment providing additional context or reasoning. */\n comment?: string\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\nimport type * as PubLeafletPagesLinearDocument from '../../../pub/leaflet/pages/linearDocument.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.attachment'\n\nexport interface Main {\n $type: 'org.hypercerts.context.attachment'\n /** References to the subject(s) the attachment is connected to—this may be an activity claim, outcome claim, measurement, evaluation, or even another attachment. This is optional as the attachment can exist before the claim is recorded. */\n subjects?: ComAtprotoRepoStrongRef.Main[]\n /** The type of attachment. Values beyond the known set are permitted. */\n contentType?:\n | 'report'\n | 'audit'\n | 'evidence'\n | 'testimonial'\n | 'methodology'\n | (string & {})\n /** The files, documents, or external references included in this attachment record. */\n content?: (\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n )[]\n /** Display title for this attachment (e.g. 'Impact Assessment Report', 'Audit Findings') */\n title: string\n /** Short summary of this attachment, suitable for previews and list views. Rich text annotations may be provided via `shortDescriptionFacets`. */\n shortDescription?: string\n /** Rich text annotations for `shortDescription` (mentions, URLs, hashtags, etc). */\n shortDescriptionFacets?: AppBskyRichtextFacet.Main[]\n description?:\n | $Typed<OrgHypercertsDefs.DescriptionString>\n | $Typed<PubLeafletPagesLinearDocument.Main>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.evaluation'\n\nexport interface Main {\n $type: 'org.hypercerts.context.evaluation'\n subject?: ComAtprotoRepoStrongRef.Main\n /** DIDs of the evaluators */\n evaluators: AppCertifiedDefs.Did[]\n /** Evaluation data (URIs or blobs) containing detailed reports or methodology */\n content?: (\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n )[]\n /** Optional references to the measurements that contributed to this evaluation. The record(s) referenced must conform with the lexicon org.hypercerts.context.measurement */\n measurements?: ComAtprotoRepoStrongRef.Main[]\n /** Brief evaluation summary */\n summary: string\n score?: Score\n location?: ComAtprotoRepoStrongRef.Main\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** Overall score for an evaluation on a numeric scale. */\nexport interface Score {\n $type?: 'org.hypercerts.context.evaluation#score'\n /** Minimum value of the scale as a numeric string (e.g. '0', '1'). */\n min: string\n /** Maximum value of the scale as a numeric string (e.g. '5', '10'). */\n max: string\n /** Score within the inclusive range [min, max] as a numeric string (e.g. '3.7'). */\n value: string\n}\n\nconst hashScore = 'score'\n\nexport function isScore<V>(v: V) {\n return is$typed(v, id, hashScore)\n}\n\nexport function validateScore<V>(v: V) {\n return validate<Score & V>(v, id, hashScore)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\nimport type * as AppBskyRichtextFacet from '../../../app/bsky/richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.context.measurement'\n\nexport interface Main {\n $type: 'org.hypercerts.context.measurement'\n /** Strong references to the records this measurement refers to (e.g. activities, projects, or claims). */\n subjects?: ComAtprotoRepoStrongRef.Main[]\n /** The metric being measured, e.g. forest area restored, number of users, etc. */\n metric: string\n /** The unit of the measured value (e.g. kg CO₂e, hectares, %, index score). */\n unit: string\n /** The measured value as a numeric string (e.g. '1234.56') */\n value: string\n /** The start date and time when the measurement began. */\n startDate?: string\n /** The end date and time when the measurement ended. For one-time measurements, this should equal the start date. */\n endDate?: string\n /** Optional geographic references related to where the measurement was taken. Each referenced record must conform with the app.certified.location lexicon. */\n locations?: ComAtprotoRepoStrongRef.Main[]\n /** Short identifier for the measurement methodology */\n methodType?: string\n /** URI to methodology documentation, standard protocol, or measurement procedure */\n methodURI?: string\n /** URIs to related evidence or underlying data (e.g. org.hypercerts.claim.evidence records or raw datasets) */\n evidenceURI?: string[]\n /** DIDs of the entities that performed this measurement */\n measurers?: AppCertifiedDefs.Did[]\n /** Short comment of this measurement, suitable for previews and list views. Rich text annotations may be provided via `commentFacets`. */\n comment?: string\n /** Rich text annotations for `comment` (mentions, URLs, hashtags, etc). */\n commentFacets?: AppBskyRichtextFacet.Main[]\n /** Client-declared timestamp when this record was originally created */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../lexicons'\nimport { type $Typed, is$typed as _is$typed, type OmitKey } from '../../../util'\nimport type * as AppBskyRichtextFacet from '../../app/bsky/richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.defs'\n\n/** An inline long-form description as plain text or markdown, with optional rich-text annotations. */\nexport interface DescriptionString {\n $type?: 'org.hypercerts.defs#descriptionString'\n /** The description text (plain text or markdown). */\n value: string\n /** Rich text annotations for the description (mentions, URLs, hashtags, etc). */\n facets?: AppBskyRichtextFacet.Main[]\n}\n\nconst hashDescriptionString = 'descriptionString'\n\nexport function isDescriptionString<V>(v: V) {\n return is$typed(v, id, hashDescriptionString)\n}\n\nexport function validateDescriptionString<V>(v: V) {\n return validate<DescriptionString & V>(v, id, hashDescriptionString)\n}\n\n/** Object containing a URI to external data */\nexport interface Uri {\n $type?: 'org.hypercerts.defs#uri'\n /** URI to external data */\n uri: string\n}\n\nconst hashUri = 'uri'\n\nexport function isUri<V>(v: V) {\n return is$typed(v, id, hashUri)\n}\n\nexport function validateUri<V>(v: V) {\n return validate<Uri & V>(v, id, hashUri)\n}\n\n/** Object containing a blob to external data */\nexport interface SmallBlob {\n $type?: 'org.hypercerts.defs#smallBlob'\n /** Blob to external data (up to 10MB) */\n blob: BlobRef\n}\n\nconst hashSmallBlob = 'smallBlob'\n\nexport function isSmallBlob<V>(v: V) {\n return is$typed(v, id, hashSmallBlob)\n}\n\nexport function validateSmallBlob<V>(v: V) {\n return validate<SmallBlob & V>(v, id, hashSmallBlob)\n}\n\n/** Object containing a blob to external data */\nexport interface LargeBlob {\n $type?: 'org.hypercerts.defs#largeBlob'\n /** Blob to external data (up to 100MB) */\n blob: BlobRef\n}\n\nconst hashLargeBlob = 'largeBlob'\n\nexport function isLargeBlob<V>(v: V) {\n return is$typed(v, id, hashLargeBlob)\n}\n\nexport function validateLargeBlob<V>(v: V) {\n return validate<LargeBlob & V>(v, id, hashLargeBlob)\n}\n\n/** Object containing a small image */\nexport interface SmallImage {\n $type?: 'org.hypercerts.defs#smallImage'\n /** Image (up to 5MB) */\n image: BlobRef\n}\n\nconst hashSmallImage = 'smallImage'\n\nexport function isSmallImage<V>(v: V) {\n return is$typed(v, id, hashSmallImage)\n}\n\nexport function validateSmallImage<V>(v: V) {\n return validate<SmallImage & V>(v, id, hashSmallImage)\n}\n\n/** Object containing a small video */\nexport interface SmallVideo {\n $type?: 'org.hypercerts.defs#smallVideo'\n /** Video (up to 20MB) */\n video: BlobRef\n}\n\nconst hashSmallVideo = 'smallVideo'\n\nexport function isSmallVideo<V>(v: V) {\n return is$typed(v, id, hashSmallVideo)\n}\n\nexport function validateSmallVideo<V>(v: V) {\n return validate<SmallVideo & V>(v, id, hashSmallVideo)\n}\n\n/** Object containing a large image */\nexport interface LargeImage {\n $type?: 'org.hypercerts.defs#largeImage'\n /** Image (up to 10MB) */\n image: BlobRef\n}\n\nconst hashLargeImage = 'largeImage'\n\nexport function isLargeImage<V>(v: V) {\n return is$typed(v, id, hashLargeImage)\n}\n\nexport function validateLargeImage<V>(v: V) {\n return validate<LargeImage & V>(v, id, hashLargeImage)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as AppCertifiedDefs from '../../../app/certified/defs.js'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.funding.receipt'\n\nexport interface Main {\n $type: 'org.hypercerts.funding.receipt'\n from?:\n | $Typed<Text>\n | $Typed<AppCertifiedDefs.Did>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n to:\n | $Typed<Text>\n | $Typed<AppCertifiedDefs.Did>\n | $Typed<ComAtprotoRepoStrongRef.Main>\n | { $type: string }\n /** Amount of funding received as a numeric string (e.g. '1000.50'). */\n amount: string\n /** Currency of the payment (e.g. EUR, USD, ETH). */\n currency: string\n /** How the funds were transferred (e.g. bank_transfer, credit_card, onchain, cash, check, payment_processor). */\n paymentRail?: string\n /** Optional network within the payment rail (e.g. arbitrum, ethereum, sepa, visa, paypal). */\n paymentNetwork?: string\n /** Identifier of the underlying payment transaction (e.g. bank reference, onchain transaction hash, or processor-specific ID). Use paymentNetwork to specify the network where applicable. */\n transactionId?: string\n for?: ComAtprotoRepoStrongRef.Main\n /** Optional notes or additional context for this funding receipt. */\n notes?: string\n /** Timestamp when the payment occurred. */\n occurredAt?: string\n /** Client-declared timestamp when this receipt record was created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n\n/** A free-text string value (e.g. a display name, wallet address, or other identifier). */\nexport interface Text {\n $type?: 'org.hypercerts.funding.receipt#text'\n /** The string value. */\n value: string\n}\n\nconst hashText = 'text'\n\nexport function isText<V>(v: V) {\n return is$typed(v, id, hashText)\n}\n\nexport function validateText<V>(v: V) {\n return validate<Text & V>(v, id, hashText)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.workscope.cel'\n\n/** A structured, machine-evaluable work scope definition using CEL (Common Expression Language). Tags referenced in the expression correspond to org.hypercerts.workscope.tag keys. See https://github.com/google/cel-spec. Note: this is intentionally type 'object' (not 'record') so it can be directly embedded inline in union types (e.g., activity.workScope) without requiring a separate collection or strongRef indirection. */\nexport interface Main {\n $type?: 'org.hypercerts.workscope.cel'\n /** A CEL expression encoding the work scope conditions. Example: scope.hasAll(['mangrove_restoration', 'environmental_education']) && location.country == 'KE' */\n expression: string\n /** Strong references to org.hypercerts.workscope.tag records used in the expression. Enables fast indexing by AT-URI and provides referential integrity to the underlying tag records. */\n usedTags: ComAtprotoRepoStrongRef.Main[]\n /** CEL context schema version. */\n version: 'v1' | (string & {})\n /** Client-declared timestamp when this expression was originally created. */\n createdAt: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\nimport type * as OrgHypercertsDefs from '../defs.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'org.hypercerts.workscope.tag'\n\nexport interface Main {\n $type: 'org.hypercerts.workscope.tag'\n /** Lowercase, underscore-separated machine-readable key for this scope (e.g., 'mangrove_restoration', 'biodiversity_monitoring'). Used as the canonical identifier in CEL expressions. */\n key: string\n /** Human-readable name for this scope. */\n name: string\n /** Category type of this scope. */\n category?: 'topic' | 'language' | 'domain' | 'method' | (string & {})\n /** Optional longer description of this scope. */\n description?: string\n parent?: ComAtprotoRepoStrongRef.Main\n /** Lifecycle status of this tag. Communities propose tags, curators accept them, deprecated tags point to replacements via supersededBy. */\n status?: 'proposed' | 'accepted' | 'deprecated' | (string & {})\n supersededBy?: ComAtprotoRepoStrongRef.Main\n /** Alternative human-readable names for this scope (e.g., translations, abbreviations, or common synonyms). Unlike sameAs, these are plain-text labels, not links to external ontologies. */\n aliases?: string[]\n /** URIs to semantically equivalent concepts in external ontologies or taxonomies (e.g., Wikidata QIDs, ENVO terms, SDG targets). Used for interoperability, not as documentation. */\n sameAs?: string[]\n referenceDocument?:\n | $Typed<OrgHypercertsDefs.Uri>\n | $Typed<OrgHypercertsDefs.SmallBlob>\n | { $type: string }\n /** Client-declared timestamp when this record was originally created. */\n createdAt: string\n [k: string]: unknown\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain, true)\n}\n\nexport {\n type Main as Record,\n isMain as isRecord,\n validateMain as validateRecord,\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletRichtextFacet from '../richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.blockquote'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.blockquote'\n plaintext: string\n facets?: PubLeafletRichtextFacet.Main[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.bskyPost'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.bskyPost'\n postRef: ComAtprotoRepoStrongRef.Main\n clientHost?: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.button'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.button'\n text: string\n url: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.code'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.code'\n plaintext: string\n language?: string\n syntaxHighlightingTheme?: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletRichtextFacet from '../richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.header'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.header'\n level?: number\n plaintext: string\n facets?: PubLeafletRichtextFacet.Main[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.horizontalRule'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.horizontalRule'\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.iframe'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.iframe'\n url: string\n height?: number\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.image'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.image'\n image: BlobRef\n /** Alt text description of the image, for accessibility. */\n alt?: string\n aspectRatio: AspectRatio\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\nexport interface AspectRatio {\n $type?: 'pub.leaflet.blocks.image#aspectRatio'\n width: number\n height: number\n}\n\nconst hashAspectRatio = 'aspectRatio'\n\nexport function isAspectRatio<V>(v: V) {\n return is$typed(v, id, hashAspectRatio)\n}\n\nexport function validateAspectRatio<V>(v: V) {\n return validate<AspectRatio & V>(v, id, hashAspectRatio)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.math'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.math'\n tex: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletBlocksText from './text.js'\nimport type * as PubLeafletBlocksHeader from './header.js'\nimport type * as PubLeafletBlocksImage from './image.js'\nimport type * as PubLeafletBlocksUnorderedList from './unorderedList.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.orderedList'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.orderedList'\n /** The starting number for this ordered list. Defaults to 1 if not specified. */\n startIndex?: number\n children: ListItem[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\nexport interface ListItem {\n $type?: 'pub.leaflet.blocks.orderedList#listItem'\n /** If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item. */\n checked?: boolean\n content:\n | $Typed<PubLeafletBlocksText.Main>\n | $Typed<PubLeafletBlocksHeader.Main>\n | $Typed<PubLeafletBlocksImage.Main>\n | { $type: string }\n /** Nested ordered list items. Mutually exclusive with unorderedListChildren; if both are present, children takes precedence. */\n children?: ListItem[]\n unorderedListChildren?: PubLeafletBlocksUnorderedList.Main\n}\n\nconst hashListItem = 'listItem'\n\nexport function isListItem<V>(v: V) {\n return is$typed(v, id, hashListItem)\n}\n\nexport function validateListItem<V>(v: V) {\n return validate<ListItem & V>(v, id, hashListItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.page'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.page'\n id: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as ComAtprotoRepoStrongRef from '../../../com/atproto/repo/strongRef.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.poll'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.poll'\n pollRef: ComAtprotoRepoStrongRef.Main\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletRichtextFacet from '../richtext/facet.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.text'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.text'\n plaintext: string\n textSize?: 'default' | 'small' | 'large'\n facets?: PubLeafletRichtextFacet.Main[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletBlocksText from './text.js'\nimport type * as PubLeafletBlocksHeader from './header.js'\nimport type * as PubLeafletBlocksImage from './image.js'\nimport type * as PubLeafletBlocksOrderedList from './orderedList.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.unorderedList'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.unorderedList'\n children: ListItem[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\nexport interface ListItem {\n $type?: 'pub.leaflet.blocks.unorderedList#listItem'\n /** If present, this item is a checklist item. true = checked, false = unchecked. If absent, this is a normal list item. */\n checked?: boolean\n content:\n | $Typed<PubLeafletBlocksText.Main>\n | $Typed<PubLeafletBlocksHeader.Main>\n | $Typed<PubLeafletBlocksImage.Main>\n | { $type: string }\n /** Nested unordered list items. Mutually exclusive with orderedListChildren; if both are present, children takes precedence. */\n children?: ListItem[]\n orderedListChildren?: PubLeafletBlocksOrderedList.Main\n}\n\nconst hashListItem = 'listItem'\n\nexport function isListItem<V>(v: V) {\n return is$typed(v, id, hashListItem)\n}\n\nexport function validateListItem<V>(v: V) {\n return validate<ListItem & V>(v, id, hashListItem)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.blocks.website'\n\nexport interface Main {\n $type?: 'pub.leaflet.blocks.website'\n previewImage?: BlobRef\n title?: string\n description?: string\n src: string\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\nimport type * as PubLeafletBlocksIframe from '../blocks/iframe.js'\nimport type * as PubLeafletBlocksText from '../blocks/text.js'\nimport type * as PubLeafletBlocksBlockquote from '../blocks/blockquote.js'\nimport type * as PubLeafletBlocksHeader from '../blocks/header.js'\nimport type * as PubLeafletBlocksImage from '../blocks/image.js'\nimport type * as PubLeafletBlocksUnorderedList from '../blocks/unorderedList.js'\nimport type * as PubLeafletBlocksOrderedList from '../blocks/orderedList.js'\nimport type * as PubLeafletBlocksWebsite from '../blocks/website.js'\nimport type * as PubLeafletBlocksMath from '../blocks/math.js'\nimport type * as PubLeafletBlocksCode from '../blocks/code.js'\nimport type * as PubLeafletBlocksHorizontalRule from '../blocks/horizontalRule.js'\nimport type * as PubLeafletBlocksBskyPost from '../blocks/bskyPost.js'\nimport type * as PubLeafletBlocksPage from '../blocks/page.js'\nimport type * as PubLeafletBlocksPoll from '../blocks/poll.js'\nimport type * as PubLeafletBlocksButton from '../blocks/button.js'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.pages.linearDocument'\n\nexport interface Main {\n $type?: 'pub.leaflet.pages.linearDocument'\n id?: string\n blocks: Block[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\nexport interface Block {\n $type?: 'pub.leaflet.pages.linearDocument#block'\n block:\n | $Typed<PubLeafletBlocksIframe.Main>\n | $Typed<PubLeafletBlocksText.Main>\n | $Typed<PubLeafletBlocksBlockquote.Main>\n | $Typed<PubLeafletBlocksHeader.Main>\n | $Typed<PubLeafletBlocksImage.Main>\n | $Typed<PubLeafletBlocksUnorderedList.Main>\n | $Typed<PubLeafletBlocksOrderedList.Main>\n | $Typed<PubLeafletBlocksWebsite.Main>\n | $Typed<PubLeafletBlocksMath.Main>\n | $Typed<PubLeafletBlocksCode.Main>\n | $Typed<PubLeafletBlocksHorizontalRule.Main>\n | $Typed<PubLeafletBlocksBskyPost.Main>\n | $Typed<PubLeafletBlocksPage.Main>\n | $Typed<PubLeafletBlocksPoll.Main>\n | $Typed<PubLeafletBlocksButton.Main>\n | { $type: string }\n alignment?:\n | 'lex:pub.leaflet.pages.linearDocument#textAlignLeft'\n | 'lex:pub.leaflet.pages.linearDocument#textAlignCenter'\n | 'lex:pub.leaflet.pages.linearDocument#textAlignRight'\n | 'lex:pub.leaflet.pages.linearDocument#textAlignJustify'\n | (string & {})\n}\n\nconst hashBlock = 'block'\n\nexport function isBlock<V>(v: V) {\n return is$typed(v, id, hashBlock)\n}\n\nexport function validateBlock<V>(v: V) {\n return validate<Block & V>(v, id, hashBlock)\n}\n\nexport const TEXTALIGNLEFT = `${id}#textAlignLeft`\nexport const TEXTALIGNCENTER = `${id}#textAlignCenter`\nexport const TEXTALIGNRIGHT = `${id}#textAlignRight`\nexport const TEXTALIGNJUSTIFY = `${id}#textAlignJustify`\n\nexport interface Quote {\n $type?: 'pub.leaflet.pages.linearDocument#quote'\n start: Position\n end: Position\n}\n\nconst hashQuote = 'quote'\n\nexport function isQuote<V>(v: V) {\n return is$typed(v, id, hashQuote)\n}\n\nexport function validateQuote<V>(v: V) {\n return validate<Quote & V>(v, id, hashQuote)\n}\n\nexport interface Position {\n $type?: 'pub.leaflet.pages.linearDocument#position'\n block: number[]\n offset: number\n}\n\nconst hashPosition = 'position'\n\nexport function isPosition<V>(v: V) {\n return is$typed(v, id, hashPosition)\n}\n\nexport function validatePosition<V>(v: V) {\n return validate<Position & V>(v, id, hashPosition)\n}\n","/**\n * GENERATED CODE - DO NOT MODIFY\n */\nimport { type ValidationResult, BlobRef } from '@atproto/lexicon'\nimport { CID } from 'multiformats/cid'\nimport { validate as _validate } from '../../../../lexicons'\nimport {\n type $Typed,\n is$typed as _is$typed,\n type OmitKey,\n} from '../../../../util'\n\nconst is$typed = _is$typed,\n validate = _validate\nconst id = 'pub.leaflet.richtext.facet'\n\n/** Annotation of a sub-string within rich text. */\nexport interface Main {\n $type?: 'pub.leaflet.richtext.facet'\n index: ByteSlice\n features: (\n | $Typed<Link>\n | $Typed<DidMention>\n | $Typed<AtMention>\n | $Typed<Code>\n | $Typed<Highlight>\n | $Typed<Underline>\n | $Typed<Strikethrough>\n | $Typed<Id>\n | $Typed<Bold>\n | $Typed<Italic>\n | $Typed<Footnote>\n | { $type: string }\n )[]\n}\n\nconst hashMain = 'main'\n\nexport function isMain<V>(v: V) {\n return is$typed(v, id, hashMain)\n}\n\nexport function validateMain<V>(v: V) {\n return validate<Main & V>(v, id, hashMain)\n}\n\n/** Specifies the sub-string range a facet feature applies to. Start index is inclusive, end index is exclusive. Indices are zero-indexed, counting bytes of the UTF-8 encoded text. NOTE: some languages, like Javascript, use UTF-16 or Unicode codepoints for string slice indexing; in these languages, convert to byte arrays before working with facets. */\nexport interface ByteSlice {\n $type?: 'pub.leaflet.richtext.facet#byteSlice'\n byteStart: number\n byteEnd: number\n}\n\nconst hashByteSlice = 'byteSlice'\n\nexport function isByteSlice<V>(v: V) {\n return is$typed(v, id, hashByteSlice)\n}\n\nexport function validateByteSlice<V>(v: V) {\n return validate<ByteSlice & V>(v, id, hashByteSlice)\n}\n\n/** Facet feature for a URL. The text URL may have been simplified or truncated, but the facet reference should be a complete URL. */\nexport interface Link {\n $type?: 'pub.leaflet.richtext.facet#link'\n uri: string\n}\n\nconst hashLink = 'link'\n\nexport function isLink<V>(v: V) {\n return is$typed(v, id, hashLink)\n}\n\nexport function validateLink<V>(v: V) {\n return validate<Link & V>(v, id, hashLink)\n}\n\n/** Facet feature for mentioning a did. */\nexport interface DidMention {\n $type?: 'pub.leaflet.richtext.facet#didMention'\n did: string\n}\n\nconst hashDidMention = 'didMention'\n\nexport function isDidMention<V>(v: V) {\n return is$typed(v, id, hashDidMention)\n}\n\nexport function validateDidMention<V>(v: V) {\n return validate<DidMention & V>(v, id, hashDidMention)\n}\n\n/** Facet feature for mentioning an AT URI. */\nexport interface AtMention {\n $type?: 'pub.leaflet.richtext.facet#atMention'\n atURI: string\n}\n\nconst hashAtMention = 'atMention'\n\nexport function isAtMention<V>(v: V) {\n return is$typed(v, id, hashAtMention)\n}\n\nexport function validateAtMention<V>(v: V) {\n return validate<AtMention & V>(v, id, hashAtMention)\n}\n\n/** Facet feature for inline code. */\nexport interface Code {\n $type?: 'pub.leaflet.richtext.facet#code'\n}\n\nconst hashCode = 'code'\n\nexport function isCode<V>(v: V) {\n return is$typed(v, id, hashCode)\n}\n\nexport function validateCode<V>(v: V) {\n return validate<Code & V>(v, id, hashCode)\n}\n\n/** Facet feature for highlighted text. */\nexport interface Highlight {\n $type?: 'pub.leaflet.richtext.facet#highlight'\n}\n\nconst hashHighlight = 'highlight'\n\nexport function isHighlight<V>(v: V) {\n return is$typed(v, id, hashHighlight)\n}\n\nexport function validateHighlight<V>(v: V) {\n return validate<Highlight & V>(v, id, hashHighlight)\n}\n\n/** Facet feature for underline markup */\nexport interface Underline {\n $type?: 'pub.leaflet.richtext.facet#underline'\n}\n\nconst hashUnderline = 'underline'\n\nexport function isUnderline<V>(v: V) {\n return is$typed(v, id, hashUnderline)\n}\n\nexport function validateUnderline<V>(v: V) {\n return validate<Underline & V>(v, id, hashUnderline)\n}\n\n/** Facet feature for strikethrough markup */\nexport interface Strikethrough {\n $type?: 'pub.leaflet.richtext.facet#strikethrough'\n}\n\nconst hashStrikethrough = 'strikethrough'\n\nexport function isStrikethrough<V>(v: V) {\n return is$typed(v, id, hashStrikethrough)\n}\n\nexport function validateStrikethrough<V>(v: V) {\n return validate<Strikethrough & V>(v, id, hashStrikethrough)\n}\n\n/** Facet feature for an identifier. Used for linking to a segment */\nexport interface Id {\n $type?: 'pub.leaflet.richtext.facet#id'\n id?: string\n}\n\nconst hashId = 'id'\n\nexport function isId<V>(v: V) {\n return is$typed(v, id, hashId)\n}\n\nexport function validateId<V>(v: V) {\n return validate<Id & V>(v, id, hashId)\n}\n\n/** Facet feature for bold text */\nexport interface Bold {\n $type?: 'pub.leaflet.richtext.facet#bold'\n}\n\nconst hashBold = 'bold'\n\nexport function isBold<V>(v: V) {\n return is$typed(v, id, hashBold)\n}\n\nexport function validateBold<V>(v: V) {\n return validate<Bold & V>(v, id, hashBold)\n}\n\n/** Facet feature for italic text */\nexport interface Italic {\n $type?: 'pub.leaflet.richtext.facet#italic'\n}\n\nconst hashItalic = 'italic'\n\nexport function isItalic<V>(v: V) {\n return is$typed(v, id, hashItalic)\n}\n\nexport function validateItalic<V>(v: V) {\n return validate<Italic & V>(v, id, hashItalic)\n}\n\n/** Facet feature for a footnote reference */\nexport interface Footnote {\n $type?: 'pub.leaflet.richtext.facet#footnote'\n footnoteId: string\n contentPlaintext: string\n contentFacets?: Main[]\n}\n\nconst hashFootnote = 'footnote'\n\nexport function isFootnote<V>(v: V) {\n return is$typed(v, id, hashFootnote)\n}\n\nexport function validateFootnote<V>(v: V) {\n return validate<Footnote & V>(v, id, hashFootnote)\n}\n","/**\n * @file Auto-generated exports for hypercert lexicons\n *\n * ⚠️ DO NOT EDIT THIS FILE MANUALLY ⚠️\n *\n * This file is automatically generated by scripts/generate-exports.js\n * Generated: 2026-04-08T16:56:41.853Z\n *\n * To regenerate this file, run:\n * npm run gen-api\n * or:\n * npm run gen-index\n *\n * ---\n *\n * Hypercert lexicon definitions for AT Protocol.\n *\n * This module exports the lexicon documents, collection names,\n * and generated TypeScript types for all hypercert-related record types.\n *\n * @packageDocumentation\n */\n\nimport { lexicons } from \"./lexicons.js\";\nimport type { LexiconDoc } from \"@atproto/lexicon\";\n\nimport BSKY_RICHTEXT_FACET_LEXICON_JSON from \"../lexicons/app/bsky/richtext/facet.json\";\nimport ACTOR_ORGANIZATION_LEXICON_JSON from \"../lexicons/app/certified/actor/organization.json\";\nimport ACTOR_PROFILE_LEXICON_JSON from \"../lexicons/app/certified/actor/profile.json\";\nimport BADGE_AWARD_LEXICON_JSON from \"../lexicons/app/certified/badge/award.json\";\nimport BADGE_DEFINITION_LEXICON_JSON from \"../lexicons/app/certified/badge/definition.json\";\nimport BADGE_RESPONSE_LEXICON_JSON from \"../lexicons/app/certified/badge/response.json\";\nimport CERTIFIED_DEFS_LEXICON_JSON from \"../lexicons/app/certified/defs.json\";\nimport LINK_EVM_LEXICON_JSON from \"../lexicons/app/certified/link/evm.json\";\nimport LOCATION_LEXICON_JSON from \"../lexicons/app/certified/location.json\";\nimport STRONG_REF_LEXICON_JSON from \"../lexicons/com/atproto/repo/strongRef.json\";\nimport HYPERBOARDS_BOARD_LEXICON_JSON from \"../lexicons/org/hyperboards/board.json\";\nimport HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON from \"../lexicons/org/hyperboards/displayProfile.json\";\nimport ACTIVITY_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/activity.json\";\nimport CONTRIBUTION_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/contribution.json\";\nimport CONTRIBUTOR_INFORMATION_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/contributorInformation.json\";\nimport RIGHTS_LEXICON_JSON from \"../lexicons/org/hypercerts/claim/rights.json\";\nimport HYPERCERTS_COLLECTION_LEXICON_JSON from \"../lexicons/org/hypercerts/collection.json\";\nimport CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/acknowledgement.json\";\nimport CONTEXT_ATTACHMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/attachment.json\";\nimport CONTEXT_EVALUATION_LEXICON_JSON from \"../lexicons/org/hypercerts/context/evaluation.json\";\nimport CONTEXT_MEASUREMENT_LEXICON_JSON from \"../lexicons/org/hypercerts/context/measurement.json\";\nimport HYPERCERTS_DEFS_LEXICON_JSON from \"../lexicons/org/hypercerts/defs.json\";\nimport FUNDING_RECEIPT_LEXICON_JSON from \"../lexicons/org/hypercerts/funding/receipt.json\";\nimport WORKSCOPE_CEL_LEXICON_JSON from \"../lexicons/org/hypercerts/workscope/cel.json\";\nimport WORKSCOPE_TAG_LEXICON_JSON from \"../lexicons/org/hypercerts/workscope/tag.json\";\nimport LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/blockquote.json\";\nimport LEAFLET_BLOCKS_BSKY_POST_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/bskyPost.json\";\nimport LEAFLET_BLOCKS_BUTTON_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/button.json\";\nimport LEAFLET_BLOCKS_CODE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/code.json\";\nimport LEAFLET_BLOCKS_HEADER_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/header.json\";\nimport LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/horizontalRule.json\";\nimport LEAFLET_BLOCKS_IFRAME_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/iframe.json\";\nimport LEAFLET_BLOCKS_IMAGE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/image.json\";\nimport LEAFLET_BLOCKS_MATH_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/math.json\";\nimport LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/orderedList.json\";\nimport LEAFLET_BLOCKS_PAGE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/page.json\";\nimport LEAFLET_BLOCKS_POLL_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/poll.json\";\nimport LEAFLET_BLOCKS_TEXT_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/text.json\";\nimport LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/unorderedList.json\";\nimport LEAFLET_BLOCKS_WEBSITE_LEXICON_JSON from \"../lexicons/pub/leaflet/blocks/website.json\";\nimport LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_JSON from \"../lexicons/pub/leaflet/pages/linearDocument.json\";\nimport LEAFLET_RICHTEXT_FACET_LEXICON_JSON from \"../lexicons/pub/leaflet/richtext/facet.json\";\n\n// Re-export individual lexicon JSON objects for direct access\nexport {\n BSKY_RICHTEXT_FACET_LEXICON_JSON,\n ACTOR_ORGANIZATION_LEXICON_JSON,\n ACTOR_PROFILE_LEXICON_JSON,\n BADGE_AWARD_LEXICON_JSON,\n BADGE_DEFINITION_LEXICON_JSON,\n BADGE_RESPONSE_LEXICON_JSON,\n CERTIFIED_DEFS_LEXICON_JSON,\n LINK_EVM_LEXICON_JSON,\n LOCATION_LEXICON_JSON,\n STRONG_REF_LEXICON_JSON,\n HYPERBOARDS_BOARD_LEXICON_JSON,\n HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON,\n ACTIVITY_LEXICON_JSON,\n CONTRIBUTION_LEXICON_JSON,\n CONTRIBUTOR_INFORMATION_LEXICON_JSON,\n RIGHTS_LEXICON_JSON,\n HYPERCERTS_COLLECTION_LEXICON_JSON,\n CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON,\n CONTEXT_ATTACHMENT_LEXICON_JSON,\n CONTEXT_EVALUATION_LEXICON_JSON,\n CONTEXT_MEASUREMENT_LEXICON_JSON,\n HYPERCERTS_DEFS_LEXICON_JSON,\n FUNDING_RECEIPT_LEXICON_JSON,\n WORKSCOPE_CEL_LEXICON_JSON,\n WORKSCOPE_TAG_LEXICON_JSON,\n LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_JSON,\n LEAFLET_BLOCKS_BSKY_POST_LEXICON_JSON,\n LEAFLET_BLOCKS_BUTTON_LEXICON_JSON,\n LEAFLET_BLOCKS_CODE_LEXICON_JSON,\n LEAFLET_BLOCKS_HEADER_LEXICON_JSON,\n LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_JSON,\n LEAFLET_BLOCKS_IFRAME_LEXICON_JSON,\n LEAFLET_BLOCKS_IMAGE_LEXICON_JSON,\n LEAFLET_BLOCKS_MATH_LEXICON_JSON,\n LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_JSON,\n LEAFLET_BLOCKS_PAGE_LEXICON_JSON,\n LEAFLET_BLOCKS_POLL_LEXICON_JSON,\n LEAFLET_BLOCKS_TEXT_LEXICON_JSON,\n LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_JSON,\n LEAFLET_BLOCKS_WEBSITE_LEXICON_JSON,\n LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_JSON,\n LEAFLET_RICHTEXT_FACET_LEXICON_JSON,\n};\n\n// Re-export lexicon schemas, validation, and IDs\nexport {\n schemas as HYPERCERTS_SCHEMAS,\n schemaDict as HYPERCERTS_SCHEMA_DICT,\n lexicons,\n validate,\n ids as HYPERCERTS_NSIDS_BY_TYPE, // NSID constants mapped to type namespaces\n} from \"./lexicons.js\";\n\n// Individual NSID constants\nexport const BSKY_RICHTEXT_FACET_NSID = \"app.bsky.richtext.facet\" as const;\nexport const ACTOR_ORGANIZATION_NSID = \"app.certified.actor.organization\" as const;\nexport const ACTOR_PROFILE_NSID = \"app.certified.actor.profile\" as const;\nexport const BADGE_AWARD_NSID = \"app.certified.badge.award\" as const;\nexport const BADGE_DEFINITION_NSID = \"app.certified.badge.definition\" as const;\nexport const BADGE_RESPONSE_NSID = \"app.certified.badge.response\" as const;\nexport const CERTIFIED_DEFS_NSID = \"app.certified.defs\" as const;\nexport const LINK_EVM_NSID = \"app.certified.link.evm\" as const;\nexport const LOCATION_NSID = \"app.certified.location\" as const;\nexport const STRONG_REF_NSID = \"com.atproto.repo.strongRef\" as const;\nexport const HYPERBOARDS_BOARD_NSID = \"org.hyperboards.board\" as const;\nexport const HYPERBOARDS_DISPLAY_PROFILE_NSID = \"org.hyperboards.displayProfile\" as const;\nexport const ACTIVITY_NSID = \"org.hypercerts.claim.activity\" as const;\nexport const CONTRIBUTION_NSID = \"org.hypercerts.claim.contribution\" as const;\nexport const CONTRIBUTOR_INFORMATION_NSID = \"org.hypercerts.claim.contributorInformation\" as const;\nexport const RIGHTS_NSID = \"org.hypercerts.claim.rights\" as const;\nexport const HYPERCERTS_COLLECTION_NSID = \"org.hypercerts.collection\" as const;\nexport const CONTEXT_ACKNOWLEDGEMENT_NSID = \"org.hypercerts.context.acknowledgement\" as const;\nexport const CONTEXT_ATTACHMENT_NSID = \"org.hypercerts.context.attachment\" as const;\nexport const CONTEXT_EVALUATION_NSID = \"org.hypercerts.context.evaluation\" as const;\nexport const CONTEXT_MEASUREMENT_NSID = \"org.hypercerts.context.measurement\" as const;\nexport const HYPERCERTS_DEFS_NSID = \"org.hypercerts.defs\" as const;\nexport const FUNDING_RECEIPT_NSID = \"org.hypercerts.funding.receipt\" as const;\nexport const WORKSCOPE_CEL_NSID = \"org.hypercerts.workscope.cel\" as const;\nexport const WORKSCOPE_TAG_NSID = \"org.hypercerts.workscope.tag\" as const;\nexport const LEAFLET_BLOCKS_BLOCKQUOTE_NSID = \"pub.leaflet.blocks.blockquote\" as const;\nexport const LEAFLET_BLOCKS_BSKY_POST_NSID = \"pub.leaflet.blocks.bskyPost\" as const;\nexport const LEAFLET_BLOCKS_BUTTON_NSID = \"pub.leaflet.blocks.button\" as const;\nexport const LEAFLET_BLOCKS_CODE_NSID = \"pub.leaflet.blocks.code\" as const;\nexport const LEAFLET_BLOCKS_HEADER_NSID = \"pub.leaflet.blocks.header\" as const;\nexport const LEAFLET_BLOCKS_HORIZONTAL_RULE_NSID = \"pub.leaflet.blocks.horizontalRule\" as const;\nexport const LEAFLET_BLOCKS_IFRAME_NSID = \"pub.leaflet.blocks.iframe\" as const;\nexport const LEAFLET_BLOCKS_IMAGE_NSID = \"pub.leaflet.blocks.image\" as const;\nexport const LEAFLET_BLOCKS_MATH_NSID = \"pub.leaflet.blocks.math\" as const;\nexport const LEAFLET_BLOCKS_ORDERED_LIST_NSID = \"pub.leaflet.blocks.orderedList\" as const;\nexport const LEAFLET_BLOCKS_PAGE_NSID = \"pub.leaflet.blocks.page\" as const;\nexport const LEAFLET_BLOCKS_POLL_NSID = \"pub.leaflet.blocks.poll\" as const;\nexport const LEAFLET_BLOCKS_TEXT_NSID = \"pub.leaflet.blocks.text\" as const;\nexport const LEAFLET_BLOCKS_UNORDERED_LIST_NSID = \"pub.leaflet.blocks.unorderedList\" as const;\nexport const LEAFLET_BLOCKS_WEBSITE_NSID = \"pub.leaflet.blocks.website\" as const;\nexport const LEAFLET_PAGES_LINEAR_DOCUMENT_NSID = \"pub.leaflet.pages.linearDocument\" as const;\nexport const LEAFLET_RICHTEXT_FACET_NSID = \"pub.leaflet.richtext.facet\" as const;\n\n/**\n * Collection NSIDs organized by semantic record type.\n *\n * Use these constants when performing record operations to ensure\n * correct collection names.\n */\nexport const HYPERCERTS_NSIDS = {\n BSKY_RICHTEXT_FACET: BSKY_RICHTEXT_FACET_NSID,\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_NSID,\n ACTOR_PROFILE: ACTOR_PROFILE_NSID,\n BADGE_AWARD: BADGE_AWARD_NSID,\n BADGE_DEFINITION: BADGE_DEFINITION_NSID,\n BADGE_RESPONSE: BADGE_RESPONSE_NSID,\n CERTIFIED_DEFS: CERTIFIED_DEFS_NSID,\n LINK_EVM: LINK_EVM_NSID,\n LOCATION: LOCATION_NSID,\n STRONG_REF: STRONG_REF_NSID,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_NSID,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_NSID,\n ACTIVITY: ACTIVITY_NSID,\n CONTRIBUTION: CONTRIBUTION_NSID,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_NSID,\n RIGHTS: RIGHTS_NSID,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_NSID,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_NSID,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_NSID,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_NSID,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_NSID,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_NSID,\n FUNDING_RECEIPT: FUNDING_RECEIPT_NSID,\n WORKSCOPE_CEL: WORKSCOPE_CEL_NSID,\n WORKSCOPE_TAG: WORKSCOPE_TAG_NSID,\n LEAFLET_BLOCKS_BLOCKQUOTE: LEAFLET_BLOCKS_BLOCKQUOTE_NSID,\n LEAFLET_BLOCKS_BSKY_POST: LEAFLET_BLOCKS_BSKY_POST_NSID,\n LEAFLET_BLOCKS_BUTTON: LEAFLET_BLOCKS_BUTTON_NSID,\n LEAFLET_BLOCKS_CODE: LEAFLET_BLOCKS_CODE_NSID,\n LEAFLET_BLOCKS_HEADER: LEAFLET_BLOCKS_HEADER_NSID,\n LEAFLET_BLOCKS_HORIZONTAL_RULE: LEAFLET_BLOCKS_HORIZONTAL_RULE_NSID,\n LEAFLET_BLOCKS_IFRAME: LEAFLET_BLOCKS_IFRAME_NSID,\n LEAFLET_BLOCKS_IMAGE: LEAFLET_BLOCKS_IMAGE_NSID,\n LEAFLET_BLOCKS_MATH: LEAFLET_BLOCKS_MATH_NSID,\n LEAFLET_BLOCKS_ORDERED_LIST: LEAFLET_BLOCKS_ORDERED_LIST_NSID,\n LEAFLET_BLOCKS_PAGE: LEAFLET_BLOCKS_PAGE_NSID,\n LEAFLET_BLOCKS_POLL: LEAFLET_BLOCKS_POLL_NSID,\n LEAFLET_BLOCKS_TEXT: LEAFLET_BLOCKS_TEXT_NSID,\n LEAFLET_BLOCKS_UNORDERED_LIST: LEAFLET_BLOCKS_UNORDERED_LIST_NSID,\n LEAFLET_BLOCKS_WEBSITE: LEAFLET_BLOCKS_WEBSITE_NSID,\n LEAFLET_PAGES_LINEAR_DOCUMENT: LEAFLET_PAGES_LINEAR_DOCUMENT_NSID,\n LEAFLET_RICHTEXT_FACET: LEAFLET_RICHTEXT_FACET_NSID,\n} as const;\n\n/**\n * Lexicon JSON objects organized by semantic record type.\n */\nexport const HYPERCERTS_LEXICON_JSON = {\n BSKY_RICHTEXT_FACET: BSKY_RICHTEXT_FACET_LEXICON_JSON,\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_LEXICON_JSON,\n ACTOR_PROFILE: ACTOR_PROFILE_LEXICON_JSON,\n BADGE_AWARD: BADGE_AWARD_LEXICON_JSON,\n BADGE_DEFINITION: BADGE_DEFINITION_LEXICON_JSON,\n BADGE_RESPONSE: BADGE_RESPONSE_LEXICON_JSON,\n CERTIFIED_DEFS: CERTIFIED_DEFS_LEXICON_JSON,\n LINK_EVM: LINK_EVM_LEXICON_JSON,\n LOCATION: LOCATION_LEXICON_JSON,\n STRONG_REF: STRONG_REF_LEXICON_JSON,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_LEXICON_JSON,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_LEXICON_JSON,\n ACTIVITY: ACTIVITY_LEXICON_JSON,\n CONTRIBUTION: CONTRIBUTION_LEXICON_JSON,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_LEXICON_JSON,\n RIGHTS: RIGHTS_LEXICON_JSON,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_LEXICON_JSON,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_LEXICON_JSON,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_LEXICON_JSON,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_LEXICON_JSON,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_LEXICON_JSON,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_LEXICON_JSON,\n FUNDING_RECEIPT: FUNDING_RECEIPT_LEXICON_JSON,\n WORKSCOPE_CEL: WORKSCOPE_CEL_LEXICON_JSON,\n WORKSCOPE_TAG: WORKSCOPE_TAG_LEXICON_JSON,\n LEAFLET_BLOCKS_BLOCKQUOTE: LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_JSON,\n LEAFLET_BLOCKS_BSKY_POST: LEAFLET_BLOCKS_BSKY_POST_LEXICON_JSON,\n LEAFLET_BLOCKS_BUTTON: LEAFLET_BLOCKS_BUTTON_LEXICON_JSON,\n LEAFLET_BLOCKS_CODE: LEAFLET_BLOCKS_CODE_LEXICON_JSON,\n LEAFLET_BLOCKS_HEADER: LEAFLET_BLOCKS_HEADER_LEXICON_JSON,\n LEAFLET_BLOCKS_HORIZONTAL_RULE: LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_JSON,\n LEAFLET_BLOCKS_IFRAME: LEAFLET_BLOCKS_IFRAME_LEXICON_JSON,\n LEAFLET_BLOCKS_IMAGE: LEAFLET_BLOCKS_IMAGE_LEXICON_JSON,\n LEAFLET_BLOCKS_MATH: LEAFLET_BLOCKS_MATH_LEXICON_JSON,\n LEAFLET_BLOCKS_ORDERED_LIST: LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_JSON,\n LEAFLET_BLOCKS_PAGE: LEAFLET_BLOCKS_PAGE_LEXICON_JSON,\n LEAFLET_BLOCKS_POLL: LEAFLET_BLOCKS_POLL_LEXICON_JSON,\n LEAFLET_BLOCKS_TEXT: LEAFLET_BLOCKS_TEXT_LEXICON_JSON,\n LEAFLET_BLOCKS_UNORDERED_LIST: LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_JSON,\n LEAFLET_BLOCKS_WEBSITE: LEAFLET_BLOCKS_WEBSITE_LEXICON_JSON,\n LEAFLET_PAGES_LINEAR_DOCUMENT: LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_JSON,\n LEAFLET_RICHTEXT_FACET: LEAFLET_RICHTEXT_FACET_LEXICON_JSON,\n} as const;\n\n// Individual lexicon objects (from lexicons.get())\nexport const BSKY_RICHTEXT_FACET_LEXICON_DOC: LexiconDoc = lexicons.get(BSKY_RICHTEXT_FACET_NSID)!;\nexport const ACTOR_ORGANIZATION_LEXICON_DOC: LexiconDoc = lexicons.get(ACTOR_ORGANIZATION_NSID)!;\nexport const ACTOR_PROFILE_LEXICON_DOC: LexiconDoc = lexicons.get(ACTOR_PROFILE_NSID)!;\nexport const BADGE_AWARD_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_AWARD_NSID)!;\nexport const BADGE_DEFINITION_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_DEFINITION_NSID)!;\nexport const BADGE_RESPONSE_LEXICON_DOC: LexiconDoc = lexicons.get(BADGE_RESPONSE_NSID)!;\nexport const CERTIFIED_DEFS_LEXICON_DOC: LexiconDoc = lexicons.get(CERTIFIED_DEFS_NSID)!;\nexport const LINK_EVM_LEXICON_DOC: LexiconDoc = lexicons.get(LINK_EVM_NSID)!;\nexport const LOCATION_LEXICON_DOC: LexiconDoc = lexicons.get(LOCATION_NSID)!;\nexport const STRONG_REF_LEXICON_DOC: LexiconDoc = lexicons.get(STRONG_REF_NSID)!;\nexport const HYPERBOARDS_BOARD_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERBOARDS_BOARD_NSID)!;\nexport const HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERBOARDS_DISPLAY_PROFILE_NSID)!;\nexport const ACTIVITY_LEXICON_DOC: LexiconDoc = lexicons.get(ACTIVITY_NSID)!;\nexport const CONTRIBUTION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTRIBUTION_NSID)!;\nexport const CONTRIBUTOR_INFORMATION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTRIBUTOR_INFORMATION_NSID)!;\nexport const RIGHTS_LEXICON_DOC: LexiconDoc = lexicons.get(RIGHTS_NSID)!;\nexport const HYPERCERTS_COLLECTION_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERCERTS_COLLECTION_NSID)!;\nexport const CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_ACKNOWLEDGEMENT_NSID)!;\nexport const CONTEXT_ATTACHMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_ATTACHMENT_NSID)!;\nexport const CONTEXT_EVALUATION_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_EVALUATION_NSID)!;\nexport const CONTEXT_MEASUREMENT_LEXICON_DOC: LexiconDoc = lexicons.get(CONTEXT_MEASUREMENT_NSID)!;\nexport const HYPERCERTS_DEFS_LEXICON_DOC: LexiconDoc = lexicons.get(HYPERCERTS_DEFS_NSID)!;\nexport const FUNDING_RECEIPT_LEXICON_DOC: LexiconDoc = lexicons.get(FUNDING_RECEIPT_NSID)!;\nexport const WORKSCOPE_CEL_LEXICON_DOC: LexiconDoc = lexicons.get(WORKSCOPE_CEL_NSID)!;\nexport const WORKSCOPE_TAG_LEXICON_DOC: LexiconDoc = lexicons.get(WORKSCOPE_TAG_NSID)!;\nexport const LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_BLOCKQUOTE_NSID)!;\nexport const LEAFLET_BLOCKS_BSKY_POST_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_BSKY_POST_NSID)!;\nexport const LEAFLET_BLOCKS_BUTTON_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_BUTTON_NSID)!;\nexport const LEAFLET_BLOCKS_CODE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_CODE_NSID)!;\nexport const LEAFLET_BLOCKS_HEADER_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_HEADER_NSID)!;\nexport const LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_HORIZONTAL_RULE_NSID)!;\nexport const LEAFLET_BLOCKS_IFRAME_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_IFRAME_NSID)!;\nexport const LEAFLET_BLOCKS_IMAGE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_IMAGE_NSID)!;\nexport const LEAFLET_BLOCKS_MATH_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_MATH_NSID)!;\nexport const LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_ORDERED_LIST_NSID)!;\nexport const LEAFLET_BLOCKS_PAGE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_PAGE_NSID)!;\nexport const LEAFLET_BLOCKS_POLL_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_POLL_NSID)!;\nexport const LEAFLET_BLOCKS_TEXT_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_TEXT_NSID)!;\nexport const LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_UNORDERED_LIST_NSID)!;\nexport const LEAFLET_BLOCKS_WEBSITE_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_BLOCKS_WEBSITE_NSID)!;\nexport const LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_PAGES_LINEAR_DOCUMENT_NSID)!;\nexport const LEAFLET_RICHTEXT_FACET_LEXICON_DOC: LexiconDoc = lexicons.get(LEAFLET_RICHTEXT_FACET_NSID)!;\n\n/**\n * Lexicon document objects organized by semantic record type.\n */\nexport const HYPERCERTS_LEXICON_DOC: Record<string, LexiconDoc> = {\n BSKY_RICHTEXT_FACET: BSKY_RICHTEXT_FACET_LEXICON_DOC,\n ACTOR_ORGANIZATION: ACTOR_ORGANIZATION_LEXICON_DOC,\n ACTOR_PROFILE: ACTOR_PROFILE_LEXICON_DOC,\n BADGE_AWARD: BADGE_AWARD_LEXICON_DOC,\n BADGE_DEFINITION: BADGE_DEFINITION_LEXICON_DOC,\n BADGE_RESPONSE: BADGE_RESPONSE_LEXICON_DOC,\n CERTIFIED_DEFS: CERTIFIED_DEFS_LEXICON_DOC,\n LINK_EVM: LINK_EVM_LEXICON_DOC,\n LOCATION: LOCATION_LEXICON_DOC,\n STRONG_REF: STRONG_REF_LEXICON_DOC,\n HYPERBOARDS_BOARD: HYPERBOARDS_BOARD_LEXICON_DOC,\n HYPERBOARDS_DISPLAY_PROFILE: HYPERBOARDS_DISPLAY_PROFILE_LEXICON_DOC,\n ACTIVITY: ACTIVITY_LEXICON_DOC,\n CONTRIBUTION: CONTRIBUTION_LEXICON_DOC,\n CONTRIBUTOR_INFORMATION: CONTRIBUTOR_INFORMATION_LEXICON_DOC,\n RIGHTS: RIGHTS_LEXICON_DOC,\n HYPERCERTS_COLLECTION: HYPERCERTS_COLLECTION_LEXICON_DOC,\n CONTEXT_ACKNOWLEDGEMENT: CONTEXT_ACKNOWLEDGEMENT_LEXICON_DOC,\n CONTEXT_ATTACHMENT: CONTEXT_ATTACHMENT_LEXICON_DOC,\n CONTEXT_EVALUATION: CONTEXT_EVALUATION_LEXICON_DOC,\n CONTEXT_MEASUREMENT: CONTEXT_MEASUREMENT_LEXICON_DOC,\n HYPERCERTS_DEFS: HYPERCERTS_DEFS_LEXICON_DOC,\n FUNDING_RECEIPT: FUNDING_RECEIPT_LEXICON_DOC,\n WORKSCOPE_CEL: WORKSCOPE_CEL_LEXICON_DOC,\n WORKSCOPE_TAG: WORKSCOPE_TAG_LEXICON_DOC,\n LEAFLET_BLOCKS_BLOCKQUOTE: LEAFLET_BLOCKS_BLOCKQUOTE_LEXICON_DOC,\n LEAFLET_BLOCKS_BSKY_POST: LEAFLET_BLOCKS_BSKY_POST_LEXICON_DOC,\n LEAFLET_BLOCKS_BUTTON: LEAFLET_BLOCKS_BUTTON_LEXICON_DOC,\n LEAFLET_BLOCKS_CODE: LEAFLET_BLOCKS_CODE_LEXICON_DOC,\n LEAFLET_BLOCKS_HEADER: LEAFLET_BLOCKS_HEADER_LEXICON_DOC,\n LEAFLET_BLOCKS_HORIZONTAL_RULE: LEAFLET_BLOCKS_HORIZONTAL_RULE_LEXICON_DOC,\n LEAFLET_BLOCKS_IFRAME: LEAFLET_BLOCKS_IFRAME_LEXICON_DOC,\n LEAFLET_BLOCKS_IMAGE: LEAFLET_BLOCKS_IMAGE_LEXICON_DOC,\n LEAFLET_BLOCKS_MATH: LEAFLET_BLOCKS_MATH_LEXICON_DOC,\n LEAFLET_BLOCKS_ORDERED_LIST: LEAFLET_BLOCKS_ORDERED_LIST_LEXICON_DOC,\n LEAFLET_BLOCKS_PAGE: LEAFLET_BLOCKS_PAGE_LEXICON_DOC,\n LEAFLET_BLOCKS_POLL: LEAFLET_BLOCKS_POLL_LEXICON_DOC,\n LEAFLET_BLOCKS_TEXT: LEAFLET_BLOCKS_TEXT_LEXICON_DOC,\n LEAFLET_BLOCKS_UNORDERED_LIST: LEAFLET_BLOCKS_UNORDERED_LIST_LEXICON_DOC,\n LEAFLET_BLOCKS_WEBSITE: LEAFLET_BLOCKS_WEBSITE_LEXICON_DOC,\n LEAFLET_PAGES_LINEAR_DOCUMENT: LEAFLET_PAGES_LINEAR_DOCUMENT_LEXICON_DOC,\n LEAFLET_RICHTEXT_FACET: LEAFLET_RICHTEXT_FACET_LEXICON_DOC,\n} as const;\n\n// Re-export generated types as namespaces (avoiding conflicts)\nexport * as AppBskyRichtextFacet from \"./types/app/bsky/richtext/facet.js\";\nexport * as AppCertifiedActorOrganization from \"./types/app/certified/actor/organization.js\";\nexport * as AppCertifiedActorProfile from \"./types/app/certified/actor/profile.js\";\nexport * as AppCertifiedBadgeAward from \"./types/app/certified/badge/award.js\";\nexport * as AppCertifiedBadgeDefinition from \"./types/app/certified/badge/definition.js\";\nexport * as AppCertifiedBadgeResponse from \"./types/app/certified/badge/response.js\";\nexport * as AppCertifiedDefs from \"./types/app/certified/defs.js\";\nexport * as AppCertifiedLinkEvm from \"./types/app/certified/link/evm.js\";\nexport * as AppCertifiedLocation from \"./types/app/certified/location.js\";\nexport * as ComAtprotoRepoStrongRef from \"./types/com/atproto/repo/strongRef.js\";\nexport * as OrgHyperboardsBoard from \"./types/org/hyperboards/board.js\";\nexport * as OrgHyperboardsDisplayProfile from \"./types/org/hyperboards/displayProfile.js\";\nexport * as OrgHypercertsClaimActivity from \"./types/org/hypercerts/claim/activity.js\";\nexport * as OrgHypercertsClaimContribution from \"./types/org/hypercerts/claim/contribution.js\";\nexport * as OrgHypercertsClaimContributorInformation from \"./types/org/hypercerts/claim/contributorInformation.js\";\nexport * as OrgHypercertsClaimRights from \"./types/org/hypercerts/claim/rights.js\";\nexport * as OrgHypercertsCollection from \"./types/org/hypercerts/collection.js\";\nexport * as OrgHypercertsContextAcknowledgement from \"./types/org/hypercerts/context/acknowledgement.js\";\nexport * as OrgHypercertsContextAttachment from \"./types/org/hypercerts/context/attachment.js\";\nexport * as OrgHypercertsContextEvaluation from \"./types/org/hypercerts/context/evaluation.js\";\nexport * as OrgHypercertsContextMeasurement from \"./types/org/hypercerts/context/measurement.js\";\nexport * as OrgHypercertsDefs from \"./types/org/hypercerts/defs.js\";\nexport * as OrgHypercertsFundingReceipt from \"./types/org/hypercerts/funding/receipt.js\";\nexport * as OrgHypercertsWorkscopeCel from \"./types/org/hypercerts/workscope/cel.js\";\nexport * as OrgHypercertsWorkscopeTag from \"./types/org/hypercerts/workscope/tag.js\";\nexport * as PubLeafletBlocksBlockquote from \"./types/pub/leaflet/blocks/blockquote.js\";\nexport * as PubLeafletBlocksBskyPost from \"./types/pub/leaflet/blocks/bskyPost.js\";\nexport * as PubLeafletBlocksButton from \"./types/pub/leaflet/blocks/button.js\";\nexport * as PubLeafletBlocksCode from \"./types/pub/leaflet/blocks/code.js\";\nexport * as PubLeafletBlocksHeader from \"./types/pub/leaflet/blocks/header.js\";\nexport * as PubLeafletBlocksHorizontalRule from \"./types/pub/leaflet/blocks/horizontalRule.js\";\nexport * as PubLeafletBlocksIframe from \"./types/pub/leaflet/blocks/iframe.js\";\nexport * as PubLeafletBlocksImage from \"./types/pub/leaflet/blocks/image.js\";\nexport * as PubLeafletBlocksMath from \"./types/pub/leaflet/blocks/math.js\";\nexport * as PubLeafletBlocksOrderedList from \"./types/pub/leaflet/blocks/orderedList.js\";\nexport * as PubLeafletBlocksPage from \"./types/pub/leaflet/blocks/page.js\";\nexport * as PubLeafletBlocksPoll from \"./types/pub/leaflet/blocks/poll.js\";\nexport * as PubLeafletBlocksText from \"./types/pub/leaflet/blocks/text.js\";\nexport * as PubLeafletBlocksUnorderedList from \"./types/pub/leaflet/blocks/unorderedList.js\";\nexport * as PubLeafletBlocksWebsite from \"./types/pub/leaflet/blocks/website.js\";\nexport * as PubLeafletPagesLinearDocument from \"./types/pub/leaflet/pages/linearDocument.js\";\nexport * as PubLeafletRichtextFacet from \"./types/pub/leaflet/richtext/facet.js\";\n\n// Re-export utilities\nexport * from \"./util.js\";\n"],"names":["is$typed","validate","_is$typed","_validate","id","hashMain","isMain","validateMain","hashLink","isLink","validateLink","hashByteSlice","isByteSlice","validateByteSlice","hashListItem","isListItem","validateListItem"],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;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"}
|