Skip to content

Commit

Permalink
update: isolate singular CCheck definition and ref in in_memory_entity
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Oct 21, 2023
1 parent c9a389e commit 0ae1c42
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 64 deletions.
7 changes: 7 additions & 0 deletions schema/in_memory_entity/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
},
"systemName": {
"type": "string"
},
"consistency_checks": {
"type": "array",
"items": {
"type": "object",
"$ref": "../system/consistency_check.json"
}
}
}
}
13 changes: 0 additions & 13 deletions schema/in_memory_entity/has_consistency_checks.json

This file was deleted.

Empty file.
51 changes: 0 additions & 51 deletions schema/system/consistency_checks.json

This file was deleted.

0 comments on commit 0ae1c42

Please sign in to comment.