Skip to content

Commit

Permalink
Minor AsyncAPI documentation adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
ivnglkv committed Aug 29, 2024
1 parent b305224 commit 1bff26a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions asyncapi.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 1bff26a

Please sign in to comment.