Skip to content

Commit 190a27c

Browse files
authored
Merge pull request finos#1757 from rocketstack-matt/calm-cleanup
refactor(cli): update schema reference and remove outdated flow metadata
2 parents acbebb3 + 896c538 commit 190a27c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cli/test_fixtures/template/model/document-system.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "calm.finos.org/release/1.0/meta/calm.json",
23
"$id": "docuflow-architecture",
34
"title": "DocuFlow System",
45
"description": "DocuFlow is a document management system that allows users to upload, process, and store documents securely.",
@@ -74,8 +75,6 @@
7475
],
7576
"flows": [
7677
{
77-
"$schema": "https://calm.finos.org/draft/2024-12/meta/flow.json",
78-
"$id": "https://calm.finos.org/docuflow/flow/document-upload",
7978
"unique-id": "flow-document-upload",
8079
"name": "Document Upload Flow",
8180
"description": "Flow for uploading a document and storing metadata securely in the DocuFlow system.",

0 commit comments

Comments
 (0)