{ "$schema": "https://internect.info/lexicon-schema.json", "lexicon": 1, "id": "ac.hexmani.firehook.event", "description": "A webhook trigger", "defs": { "main": { "type": "record", "key": "tid", "record": { "type": "object", "required": ["ref"], "properties": { "ref": { "type": "ref", "ref": "com.atproto.repo.strongRef", "description": "Reference to a webhook" }, "signature": { "type": "string", "description": "Base64-encoded signature if webhook uses the key-restricted scope" }, "parcel": { "type": "unknown", "description": "Section for defining additional data" } } } } } }