fix(api): indents

pull/5739/head
Jason Stirnaman 2024-12-30 13:16:09 -06:00
parent 08d7f9ce80
commit 13eecc7b54
1 changed files with 8 additions and 8 deletions

View File

@ -10280,9 +10280,9 @@ components:
properties:
results:
description: |
A resultset object that contains the `statement_id` and the `series` array.
A resultset object that contains the `statement_id` and the `series` array.
Except for `statement_id`, all properties are optional and omitted if empty. If a property is not present, it is assumed to be `null`.
Except for `statement_id`, all properties are optional and omitted if empty. If a property is not present, it is assumed to be `null`.
items:
properties:
error:
@ -10331,12 +10331,12 @@ components:
type: integer
type: object
oneOf:
- required:
- statement_id
- error
- required:
- statement_id
- series
- required:
- statement_id
- error
- required:
- statement_id
- series
type: array
type: object
IntegerLiteral: