From 80867403719268ba8b4cb71627900b17cdc46f5a Mon Sep 17 00:00:00 2001 From: zaliqarosli Date: Fri, 13 Oct 2023 16:48:34 -0400 Subject: [PATCH] fix candidate key to meta --- modules/api/static/schema-v0.0.4-dev.yml | 2 +- modules/api/static/schema.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/api/static/schema-v0.0.4-dev.yml b/modules/api/static/schema-v0.0.4-dev.yml index d430063149b..088564d1a05 100644 --- a/modules/api/static/schema-v0.0.4-dev.yml +++ b/modules/api/static/schema-v0.0.4-dev.yml @@ -2199,7 +2199,7 @@ components: inline_response_200_2: type: object properties: - Candidate: + Meta: $ref: '#/components/schemas/Candidate' Visits: type: array diff --git a/modules/api/static/schema.yml b/modules/api/static/schema.yml index 8187f5c10c0..b73930ac900 100644 --- a/modules/api/static/schema.yml +++ b/modules/api/static/schema.yml @@ -2142,7 +2142,7 @@ components: inline_response_200_2: type: object properties: - Candidate: + Meta: $ref: '#/components/schemas/Candidate' Visits: type: array