From 1bff26ad7890c100f0bcd2920c26afad3a9fab4d Mon Sep 17 00:00:00 2001 From: Ivan Golikov Date: Thu, 29 Aug 2024 02:48:09 +0200 Subject: [PATCH] Minor AsyncAPI documentation adjustments --- asyncapi.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/asyncapi.yaml b/asyncapi.yaml index 952e9eb..ab3d779 100644 --- a/asyncapi.yaml +++ b/asyncapi.yaml @@ -1,7 +1,7 @@ asyncapi: 3.0.0 info: title: JDI-QASP-ml - version: "0.3.3" + version: 0.3.1+ description: API for generating XPath locators and CSS selectors for elements on a web pages. servers: production: @@ -263,11 +263,14 @@ components: type: string description: Value of elements' `jdn-hash` attribute. - example: "2605281042285993576117851871" + example: "222222" elementsIds: type: array items: $ref: "#/components/schemas/elementId" + examples: + - ["111111", "222222", "333333"] + - ["222222"] CSSSelectorsGenerationTaskId: type: string example: "css-selectors-gen-73de49b0-2b1b-4bf0-a3a1-23f546e8f765"