this repo has no description
0
fork

Configure Feed

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

lexicon: as optional field

+2 -1
+2 -1
atproto/lexicon/schemafile.go
··· 9 9 // 10 10 // Note that the [FinishParse] method should always be called after unmarshalling a SchemaFile from JSON. 11 11 type SchemaFile struct { 12 - Lexicon int `json:"lexicon"` // must be 1 12 + Type string `json:"$type,omitempty"` // com.atproto.lexicon.schema (if a record) 13 + Lexicon int `json:"lexicon"` // must be 1 13 14 ID string `json:"id"` 14 15 Description *string `json:"description,omitempty"` 15 16 Defs map[string]SchemaDef `json:"defs"`