···99//
1010// Note that the [FinishParse] method should always be called after unmarshalling a SchemaFile from JSON.
1111type SchemaFile struct {
1212- Lexicon int `json:"lexicon"` // must be 1
1212+ Type string `json:"$type,omitempty"` // com.atproto.lexicon.schema (if a record)
1313+ Lexicon int `json:"lexicon"` // must be 1
1314 ID string `json:"id"`
1415 Description *string `json:"description,omitempty"`
1516 Defs map[string]SchemaDef `json:"defs"`