diff --git a/CHANGELOG.md b/CHANGELOG.md index 08df765..34c0fe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added + +- Added `group` to manifest schema + ## [0.2.0] - 2024-08-01 ### Added diff --git a/schemas/mia.schema.json b/schemas/mia.schema.json index 1d2e1d3..2057bf5 100644 --- a/schemas/mia.schema.json +++ b/schemas/mia.schema.json @@ -92,6 +92,13 @@ "micro-lc/applications" ] }, + "group": { + "enum": [ + "appearance", + "content", + "interaction" + ] + }, "shared-key": { "anyOf": [ { "type": "string", "enum": ["back-kit/data-schema"] },