-
@ jimbocoin 🃏
2025-06-17 10:56:17If you control both, you could just make one up using custom tags. So on your query (q) event: “tags”:[ [“q”, “firstField”, “Description of first field”], [“q”, “secondField”, … Then in the response (r) event: “tags”:[ [“r”, “firstField”, “Value for first field”], [“r”, “secondField”, … I don’t know if there’s already a NIP for something like this. It would be pretty lean to write one.