vpirato on Nostr: This could work? ```json { "kind": 900, "created_at": "[Creation Timestamp]", ...
This could work?
```json
{
"kind": 900,
"created_at": "[Creation Timestamp]",
"content": "[Content in Markdown]",
"tags": [
["title", "<Contract Title>"],
["summary", "<Short Description>"], // Optional: Short Description for preview
["valid_from", "Timestamp"], // Optional: Start date of the contract
["valid_to", "Timestamp"], // Optional: End date of the contract
["L", "nostr_contracts"],
["l", "Contract", "nostr_contracts"], // One could use "Covenant", "Agreement", or another type according to your specifications.
["p", "party", "<party's 1 pubkey>"],
["p", "party", "<party's 2 pubkey>"],
["p", "party", "<party's 3 pubkey>"],
["expiration", "<Time stamp limit to sign>"],
["jurisdiction", {
"country": "USA",
"state": "California",
"city": "San Francisco",
"court": "Superior Court of California"
}]
],
"pubkey": "[Signer's Public Key]",
"id": "[Event ID]",
}
```
Published at
2023-09-04 21:10:19Event JSON
{
"id": "dd6aa3303248a15bd2658e0e640f1ecaa4b1c510ac5949244dd56dff99086e12",
"pubkey": "b5b75e6668a248bec42a7b5d860e958c789c92e73b4142aa6800cbd13bc172e4",
"created_at": 1693861819,
"kind": 1,
"tags": [
[
"e",
"09069fc2bc7aae61b13fb9ee5a743bb11473fd65c03e6bf52aedbac623b921fc",
"",
"root"
],
[
"e",
"bb7c64e56412704f4b273f4e9fde5f73c516e03e7ee61f665f0508a1e8409d95",
"",
"reply"
],
[
"p",
"b5b75e6668a248bec42a7b5d860e958c789c92e73b4142aa6800cbd13bc172e4"
],
[
"p",
"460c25e682fda7832b52d1f22d3d22b3176d972f60dcdc3212ed8c92ef85065c"
]
],
"content": "This could work?\n\n```json\n{\n \"kind\": 900,\n \"created_at\": \"[Creation Timestamp]\",\n \"content\": \"[Content in Markdown]\",\n \"tags\": [\n [\"title\", \"\u003cContract Title\u003e\"],\n [\"summary\", \"\u003cShort Description\u003e\"], // Optional: Short Description for preview\n [\"valid_from\", \"Timestamp\"], // Optional: Start date of the contract \n [\"valid_to\", \"Timestamp\"], // Optional: End date of the contract \n [\"L\", \"nostr_contracts\"],\n [\"l\", \"Contract\", \"nostr_contracts\"], // One could use \"Covenant\", \"Agreement\", or another type according to your specifications.\n [\"p\", \"party\", \"\u003cparty's 1 pubkey\u003e\"],\n [\"p\", \"party\", \"\u003cparty's 2 pubkey\u003e\"],\n [\"p\", \"party\", \"\u003cparty's 3 pubkey\u003e\"],\n [\"expiration\", \"\u003cTime stamp limit to sign\u003e\"],\n [\"jurisdiction\", {\n \"country\": \"USA\",\n \"state\": \"California\",\n \"city\": \"San Francisco\",\n \"court\": \"Superior Court of California\"\n }]\n ],\n \"pubkey\": \"[Signer's Public Key]\",\n \"id\": \"[Event ID]\",\n}\n```",
"sig": "51440c3ce7cb6665bd521d92da7a591d56d095ecfa3bc4ae875eb26530ebc126e001fef5590adb8743e460c673768ec17f8643ef13ce209038dc48de661aa412"
}