Skip to content

Commit

Permalink
Merge branch 'master' into v0.7.5rc
Browse files Browse the repository at this point in the history
  • Loading branch information
taliaga committed Sep 10, 2019
2 parents 9b6bd83 + ee909c1 commit c89d35a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/quantumleap.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0' # For 3.0 see (https://github.com/zalando/connexion/issues/420)
info:
title: "QuantumLeap API"
version: "0.1.2"
version: "0.7" # we'll keep it aligned with QL version
host: "localhost:8668" # it'll run in the same container, hence localhost.
basePath: /v2
produces:
Expand Down Expand Up @@ -83,6 +83,7 @@ definitions:

ValuesArray:
type: array
items: {}
description: "Array of values of the selected attribute, in the same
corresponding order of the 'index' array. When using aggregation options,
the format of this remains the same, only the semantics will change. For
Expand Down

0 comments on commit c89d35a

Please sign in to comment.