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