From e12b55114e7cc1167cd5e52357c4ec39e7886afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Sun, 19 Apr 2026 21:04:35 +0200 Subject: [PATCH] Planned a change regarding schema/data --- planning/schema-vs-data.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 planning/schema-vs-data.md diff --git a/planning/schema-vs-data.md b/planning/schema-vs-data.md new file mode 100644 index 0000000..64c81c3 --- /dev/null +++ b/planning/schema-vs-data.md @@ -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. \ No newline at end of file