From 072ffc06e1c4c45399cb664aab46a82be7f12194 Mon Sep 17 00:00:00 2001 From: Bao Nguyen <88011047+BaoNguyen09@users.noreply.github.com> Date: Fri, 6 Dec 2024 10:48:00 -0700 Subject: [PATCH] Closes #3855: Update config schema files that have uuid fields that are string to use the uuid type (#3919) --- .../az_event_trellis/config/schema/az_event_trellis.schema.yml | 2 +- .../az_publication/config/schema/az_citation_style.schema.yml | 2 +- .../az_publication/config/schema/az_publication_type.schema.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/custom/az_event/az_event_trellis/config/schema/az_event_trellis.schema.yml b/modules/custom/az_event/az_event_trellis/config/schema/az_event_trellis.schema.yml index cb121d6205..fef372034a 100644 --- a/modules/custom/az_event/az_event_trellis/config/schema/az_event_trellis.schema.yml +++ b/modules/custom/az_event/az_event_trellis/config/schema/az_event_trellis.schema.yml @@ -22,7 +22,7 @@ az_event_trellis.az_recurring_import_rule.*: type: label label: Label uuid: - type: string + type: uuid host: type: string owner: diff --git a/modules/custom/az_publication/config/schema/az_citation_style.schema.yml b/modules/custom/az_publication/config/schema/az_citation_style.schema.yml index d2138629de..3ec071fcfb 100644 --- a/modules/custom/az_publication/config/schema/az_citation_style.schema.yml +++ b/modules/custom/az_publication/config/schema/az_citation_style.schema.yml @@ -15,5 +15,5 @@ az_publication.az_citation_style.*: type: boolean label: 'Custom' uuid: - type: string + type: uuid label: 'Universally Unique Identifier' diff --git a/modules/custom/az_publication/config/schema/az_publication_type.schema.yml b/modules/custom/az_publication/config/schema/az_publication_type.schema.yml index f7eb3f8efc..a47d37f9f1 100644 --- a/modules/custom/az_publication/config/schema/az_publication_type.schema.yml +++ b/modules/custom/az_publication/config/schema/az_publication_type.schema.yml @@ -12,5 +12,5 @@ az_publication.type.*: type: string label: 'Mapped type' uuid: - type: string + type: uuid label: 'Universally Unique Identifier'