Skip to content

Commit 094b0e0

Browse files
Merge pull request #7 from StackVista/stac-25451
STAC-25451: Make highlight title optional
2 parents 3c7d65f + ff6fc5e commit 094b0e0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

‎spec_domain/settings.yaml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ components:
149149
PresentationHighlight:
150150
type: object
151151
properties:
152-
title:
153-
type: string
154152
fields:
155153
type: array
156154
items:
@@ -176,8 +174,6 @@ components:
176174
If multiple ComponentPresentations match, fields are merged by `fieldId` according to binding rank.
177175
Related resources follow the same merge semantics using `resourceId` as the identity key.
178176
Links follow the same merge semantics using `linkId` as the identity key.
179-
required:
180-
- title
181177
182178
PresentationHighlightField:
183179
type: object

0 commit comments

Comments
 (0)