Skip to content

Commit

Permalink
Merge pull request #140 from micro-lc/feat/add-group-prop
Browse files Browse the repository at this point in the history
Added `group` prop in MiaConfiguration
  • Loading branch information
epessina authored Oct 8, 2024
2 parents a471cdf + 5a3e440 commit 2691480
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions schemas/mia.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@
"micro-lc/applications"
]
},
"group": {
"enum": [
"appearance",
"content",
"interaction"
]
},
"shared-key": {
"anyOf": [
{ "type": "string", "enum": ["back-kit/data-schema"] },
Expand Down

0 comments on commit 2691480

Please sign in to comment.