Skip to content

Commit

Permalink
release-schema: Avoid repeating the title in the description for imme…
Browse files Browse the repository at this point in the history
…diateContainer and unit
  • Loading branch information
jpmckinney committed Jun 28, 2024
1 parent 3ca114e commit e7bd89d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
22 changes: 11 additions & 11 deletions schema/dereferenced-release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions schema/release-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e7bd89d

Please sign in to comment.