Skip to content

Commit

Permalink
Added descriptionLong to manifest schema (#109)
Browse files Browse the repository at this point in the history
* Added descriptionLong

* changelog

---------

Co-authored-by: Fabio Nappi <fabio.nappi@mia-platform.eu>
  • Loading branch information
FabioNappi and Fabio Nappi authored Jun 26, 2024
1 parent c006b59 commit b9ae351
Show file tree
Hide file tree
Showing 2 changed files with 7 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 `descriptionLong` to manifest schema

## [0.1.2] - 2023-10-18

### Added
Expand Down
3 changes: 3 additions & 0 deletions schemas/manifest.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
"description": {
"$ref": "https://raw.githubusercontent.com/micro-lc/compose-toolkit/main/schemas/mia.schema.json#/definitions/localized-text"
},
"descriptionLong": {
"$ref": "https://raw.githubusercontent.com/micro-lc/compose-toolkit/main/schemas/mia.schema.json#/definitions/localized-text"
},
"definitions": {
"type": "object",
"default": {},
Expand Down

0 comments on commit b9ae351

Please sign in to comment.