Skip to content

Commit 7790bad

Browse files
1 parent 1dadd95 commit 7790bad

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

openapi/swagger.json

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,33 +1848,15 @@
18481848
"type": "object",
18491849
"properties": {
18501850
"data": {
1851-
"type": "array",
1852-
"items": {
1853-
"type": "object",
1854-
"additionalProperties": {},
1855-
"description": "A row object conforming to the schema of the table, where keys are the column IDs and values are the column values:\n\n```json\n{\n\t\"fullName\": \"Alex Bard\",\n\t\"invoiceDate\": \"2024-07-29T14:04:15.561Z\",\n\t\"totalAmount\": 34.50,\n\t\"amountPaid\": 0\n}\n```",
1856-
"example": {
1857-
"fullName": "Alex Bard",
1858-
"invoiceDate": "2024-07-29T14:04:15.561Z",
1859-
"totalAmount": 34.5,
1860-
"amountPaid": 0
1861-
}
1862-
},
1863-
"description": "A collection of row objects conforming to the schema of the table where keys are the column IDs and values are the column values:\n\n```json\n[\n\t{\n\t\t\"fullName\": \"Alex Bard\",\n\t\t\"invoiceDate\": \"2024-07-29T14:04:15.561Z\",\n\t\t\"totalAmount\": 34.50,\n\t\t\"amountPaid\": 0\n\t},\n\t{\n\t\t\"fullName\": \"Alicia Hines\",\n\t\t\"invoiceDate\": \"2023-06-15T10:30:00.000Z\",\n\t\t\"totalAmount\": 50.75,\n\t\t\"amountPaid\": 20\n\t}\n]\n```",
1864-
"example": [
1865-
{
1866-
"fullName": "Alex Bard",
1867-
"invoiceDate": "2024-07-29T14:04:15.561Z",
1868-
"totalAmount": 34.5,
1869-
"amountPaid": 0
1870-
},
1871-
{
1872-
"fullName": "Alicia Hines",
1873-
"invoiceDate": "2023-06-15T10:30:00.000Z",
1874-
"totalAmount": 50.75,
1875-
"amountPaid": 20
1876-
}
1877-
]
1851+
"type": "object",
1852+
"additionalProperties": {},
1853+
"description": "A row object conforming to the schema of the table, where keys are the column IDs and values are the column values:\n\n```json\n{\n\t\"fullName\": \"Alex Bard\",\n\t\"invoiceDate\": \"2024-07-29T14:04:15.561Z\",\n\t\"totalAmount\": 34.50,\n\t\"amountPaid\": 0\n}\n```",
1854+
"example": {
1855+
"fullName": "Alex Bard",
1856+
"invoiceDate": "2024-07-29T14:04:15.561Z",
1857+
"totalAmount": 34.5,
1858+
"amountPaid": 0
1859+
}
18781860
}
18791861
},
18801862
"required": [

0 commit comments

Comments
 (0)