{"lexicon":1,"id":"money.atmosphere.calendar.getEvent","defs":{"indexedEvent":{"type":"object","required":["uri","cid","value","indexedAt"],"properties":{"uri":{"type":"string","format":"at-uri","maxLength":2048},"cid":{"type":"string","format":"cid"},"value":{"type":"unknown","description":"The public community.lexicon.calendar.event record body as indexed from the repository stream."},"indexedAt":{"type":"string","format":"datetime","description":"When this event version was indexed by the AppView."}}},"main":{"type":"query","description":"Return one indexed community.lexicon.calendar.event record by exact AT-URI, or null when it is not currently indexed. Public read; no authentication required.","parameters":{"type":"params","required":["uri"],"properties":{"uri":{"type":"string","format":"at-uri","maxLength":2048}}},"output":{"encoding":"application/json","schema":{"type":"object","required":["event"],"nullable":["event"],"properties":{"event":{"type":"ref","ref":"#indexedEvent"}}}},"errors":[{"name":"InvalidRequest","description":"The URI must identify a community.lexicon.calendar.event record in a DID repository."}]}}}