From 7f060ad3ddf09b56bde7c9bdba1dd684ac7de132 Mon Sep 17 00:00:00 2001 From: Gavin Brown Date: Thu, 1 Aug 2024 15:59:40 +0100 Subject: [PATCH] include status and result --- rst-api-spec.yaml.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/rst-api-spec.yaml.in b/rst-api-spec.yaml.in index fcf3873..6b48d06 100644 --- a/rst-api-spec.yaml.in +++ b/rst-api-spec.yaml.in @@ -803,6 +803,8 @@ components: type: object required: - testID + - status + - result - tlds - href properties: @@ -814,6 +816,10 @@ components: description: The RSP's unique ID. type: string example: RSPI2404-M51 + status: + $ref: "#/components/schemas/testStatus" + result: + $ref: "#/components/schemas/testResult" href: description: The URL for this test request object. type: string