Planned a change regarding schema/data

This commit is contained in:
2026-04-19 21:04:35 +02:00
parent d5517f6650
commit e12b55114e

View File

@@ -0,0 +1,6 @@
# Rationale
Schema is a quite low level feature that is used all over the place while the data package is more of a high level construct.
It makes sense to move schemas into their own package.
Schema uses a lot of informal conditions and will not depend on rule-processing/conditions but one could use those in higher levels if wanted.