-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Koen Eelen
committed
Oct 5, 2023
1 parent
bd4d54d
commit 7339952
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "event.hiddenLabels", | ||
"description": "Same as [labels](./event-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing." | ||
"description": "Same as [labels](./models/event-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "event.labels", | ||
"description": "One or more labels that categorize the [event](./models/event.json). Compared to [terms](./event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./event-hiddenLabels.json) for labels that should not be visible on publication channels." | ||
"description": "One or more labels that categorize the [event](./models/event.json). Compared to [terms](./models/event-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./models/event-hiddenLabels.json) for labels that should not be visible on publication channels." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "organizer.hiddenLabels", | ||
"description": "Same as [labels](./organizer-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern." | ||
"description": "Same as [labels](./models/organizer-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "organizer.labels", | ||
"description": "One or more labels that categorize the [organizer](./models/organizer.json). Labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./organizer-hiddenLabels.json) for labels that should not be visible on publication channels." | ||
"description": "One or more labels that categorize the [organizer](./models/organizer.json). Labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nLabels must match the `^(?=.{2,255}$)(?=.*\\S.*\\S.*)[^;]*$` pattern.\n\nSee [hiddenLabels](./models/organizer-hiddenLabels.json) for labels that should not be visible on publication channels." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "place.hiddenLabels", | ||
"description": "Same as [labels](./place-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing." | ||
"description": "Same as [labels](./models/place-labels.json), but for labels that should not be visible for end users on publication channels and should instead only be used for filtering or other processing." | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"$ref": "./common-labels.json", | ||
"title": "place.labels", | ||
"description": "One or more labels that categorize the [place](./models/place.json). Compared to [terms](./place-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./place-hiddenLabels.json) for labels that should not be visible on publication channels." | ||
"description": "One or more labels that categorize the [place](./models/place.json). Compared to [terms](./models/place-terms.json), labels do not have a defined set of possible values or a hierarchy.\n\nLabels are allowed to be visible for end users on publication channels.\n\nSee [hiddenLabels](./models/place-hiddenLabels.json) for labels that should not be visible on publication channels.", | ||
} |