Schema

data class Schema(val lexicon: Long)

Parameters

lexicon

Indicates the 'version' of the Lexicon language. Must be '1' for the current atproto/Lexicon schema system.

Constructors

Link copied to clipboard
constructor(lexicon: Long)

Properties

Link copied to clipboard

Indicates the 'version' of the Lexicon language. Must be '1' for the current atproto/Lexicon schema system.