Skip to content

Commit a939438

Browse files
Add memnex schema (#5676)
* Add memnex schema memnex is an open specification for portable meeting outputs (transcripts, summaries, action items, decisions) from local-first processing tools. Spec: https://github.com/UladzKha/memnex Reference implementation: https://www.npmjs.com/package/memnex-spec * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 07b12eb commit a939438

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9823,6 +9823,12 @@
98239823
"description": "Configuration file for Acton projects",
98249824
"fileMatch": ["Acton.toml"],
98259825
"url": "https://raw.githubusercontent.com/ton-blockchain/acton/master/crates/acton-config/schemas/acton.schema.json"
9826+
},
9827+
{
9828+
"name": "memnex",
9829+
"description": "Open specification for portable meeting outputs — transcripts, summaries, action items, and decisions. https://github.com/UladzKha/memnex",
9830+
"fileMatch": ["*.memnex.json", "meeting-output.json"],
9831+
"url": "https://raw.githubusercontent.com/UladzKha/memnex/main/schema/v0.1/meeting-output.schema.json"
98269832
}
98279833
]
98289834
}

0 commit comments

Comments
 (0)