Record: Difference between revisions
Baldemo.to (talk | contribs) No edit summary |
Baldemo.to (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
'''Records''' in the [[AT Protocol]] are the primary data storage unit within [[Data repository|data repositories]]. Each record type is defined by a [[lexicon]] schema that specifies its structure, required fields, and validation rules. For example, the <code>app.bsky.feed.post</code> schema defines the structure of a post on [[Bluesky]], including properties like text content, embedded media, and creation timestamp. | '''Records''' in the [[AT Protocol]] are the primary data storage unit within [[Data repository|data repositories]]. Each record type is defined by a [[lexicon]] schema that specifies its structure, required fields, and validation rules. For example, the <code>app.bsky.feed.post</code> schema defines the structure of a post on [[Bluesky]], including properties like text content, embedded media, and creation timestamp. | ||
[[Category:Data | [[Category:Data structures]] |
Latest revision as of 22:18, 14 March 2025
Records in the AT Protocol are the primary data storage unit within data repositories. Each record type is defined by a lexicon schema that specifies its structure, required fields, and validation rules. For example, the app.bsky.feed.post
schema defines the structure of a post on Bluesky, including properties like text content, embedded media, and creation timestamp.