Python data package for Nostr protocol JSON schemas. Vendored from nostrability/schemata.
from schemata import get, keys
schema = get("kind1Schema") # returns dict or None
all_keys = keys() # sorted list of available keysGPL-3.0-or-later