Skip to content

Commit

Permalink
docs: clarify locations type in responses
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Aug 9, 2024
1 parent ba2787a commit 5ca9f64
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions public/v1/components/schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -597,9 +597,12 @@ components:
probesCount:
$ref: 'schemas.yaml#/components/schemas/MeasurementProbesCount'
locations:
allOf:
- $ref: 'schemas.yaml#/components/schemas/MeasurementLocations'
- description: The locations you specified when creating the measurement.
type: array
description: |
The locations you specified when creating the measurement.
If you passed in an `id` of a previous measurement, the value will be filled in from that measurement.
items:
$ref: 'schemas.yaml#/components/schemas/MeasurementLocationOption'
limit:
allOf:
- $ref: 'schemas.yaml#/components/schemas/MeasurementLimit'
Expand Down

0 comments on commit 5ca9f64

Please sign in to comment.