From b9ae351b3bb1d7f387c7f3aadb7da25da14b325a Mon Sep 17 00:00:00 2001 From: Fabio Nappi <38016501+FabioNappi@users.noreply.github.com> Date: Wed, 26 Jun 2024 18:00:08 +0200 Subject: [PATCH] Added descriptionLong to manifest schema (#109) * Added descriptionLong * changelog --------- Co-authored-by: Fabio Nappi --- CHANGELOG.md | 4 ++++ schemas/manifest.schema.json | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d9d353..5872b7e 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 `descriptionLong` to manifest schema + ## [0.1.2] - 2023-10-18 ### Added diff --git a/schemas/manifest.schema.json b/schemas/manifest.schema.json index fb5ff6e..1617bcc 100644 --- a/schemas/manifest.schema.json +++ b/schemas/manifest.schema.json @@ -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": {},