From e7bd89d54715dd61f2463e5226196b360aea92e8 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:00:14 -0400 Subject: [PATCH] release-schema: Avoid repeating the title in the description for immediateContainer and unit --- schema/dereferenced-release-schema.json | 22 +++++++++++----------- schema/release-schema.json | 6 +++--- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/schema/dereferenced-release-schema.json b/schema/dereferenced-release-schema.json index fb181d345..f71c5592f 100644 --- a/schema/dereferenced-release-schema.json +++ b/schema/dereferenced-release-schema.json @@ -1616,7 +1616,7 @@ }, "title": { "title": "Title", - "description": "The name of the project. If a project's register is available, this should be the same as the project's name in that register.", + "description": "The name of the project. If a projects register is available, this should be the same as the project's name in that register.", "type": [ "string", "null" @@ -4074,7 +4074,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -10033,7 +10033,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -12587,7 +12587,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -17222,7 +17222,7 @@ }, "title": { "title": "Title", - "description": "The name of the project. If a project's register is available, this should be the same as the project's name in that register.", + "description": "The name of the project. If a projects register is available, this should be the same as the project's name in that register.", "type": [ "string", "null" @@ -19680,7 +19680,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -25635,7 +25635,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -28183,7 +28183,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -39359,7 +39359,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -41324,7 +41324,7 @@ }, "ImmediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which an item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -41579,7 +41579,7 @@ }, "title": { "title": "Title", - "description": "The name of the project. If a project's register is available, this should be the same as the project's name in that register.", + "description": "The name of the project. If a projects register is available, this should be the same as the project's name in that register.", "type": [ "string", "null" diff --git a/schema/release-schema.json b/schema/release-schema.json index 4f7bdaf8d..46f3ea6d8 100644 --- a/schema/release-schema.json +++ b/schema/release-schema.json @@ -1633,7 +1633,7 @@ }, "immediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which the item is in direct contact. Also known as: presentation, presentation form, package.", "$ref": "#/definitions/ImmediateContainer" }, "deliveryLocations": { @@ -2790,7 +2790,7 @@ }, "ImmediateContainer": { "title": "Immediate container", - "description": "The immediate container for the item. Also known as: presentation, presentation form, package.", + "description": "The innermost packaging with which an item is in direct contact. Also known as: presentation, presentation form, package.", "type": "object", "properties": { "name": { @@ -2979,7 +2979,7 @@ }, "title": { "title": "Title", - "description": "The name of the project. If a project's register is available, this should be the same as the project's name in that register.", + "description": "The name of the project. If a projects register is available, this should be the same as the project's name in that register.", "type": [ "string", "null"