Skip to content

Commit 308edae

Browse files
1 parent 71026ae commit 308edae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

openapi/swagger.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"additionalProperties": false
329329
}
330330
],
331-
"description": "The type of the column"
331+
"description": "The type of the column."
332332
}
333333
},
334334
"required": [
@@ -337,14 +337,14 @@
337337
],
338338
"additionalProperties": false
339339
},
340-
"description": "A collection of column definitions, in the order that they are to be displayed in the table"
340+
"description": "A collection of column definitions, in the order that they are to be displayed in the table."
341341
}
342342
},
343343
"required": [
344344
"columns"
345345
],
346346
"additionalProperties": false,
347-
"description": "The schema of the table as a collection of column definitions If this is not provided, the schema will be inferred from the data.",
347+
"description": "The schema of the table as a collection of column definitions. If this is not provided, the schema will be inferred from the data.",
348348
"example": {
349349
"columns": [
350350
{
@@ -389,7 +389,7 @@
389389
"$stashID"
390390
],
391391
"additionalProperties": false,
392-
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used"
392+
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used."
393393
}
394394
]
395395
}
@@ -656,7 +656,7 @@
656656
"additionalProperties": false
657657
}
658658
],
659-
"description": "The type of the column"
659+
"description": "The type of the column."
660660
}
661661
},
662662
"required": [
@@ -665,14 +665,14 @@
665665
],
666666
"additionalProperties": false
667667
},
668-
"description": "A collection of column definitions, in the order that they are to be displayed in the table"
668+
"description": "A collection of column definitions, in the order that they are to be displayed in the table."
669669
}
670670
},
671671
"required": [
672672
"columns"
673673
],
674674
"additionalProperties": false,
675-
"description": "The schema of the table as a collection of column definitions",
675+
"description": "The schema of the table as a collection of column definitions.",
676676
"example": {
677677
"columns": [
678678
{
@@ -717,7 +717,7 @@
717717
"$stashID"
718718
],
719719
"additionalProperties": false,
720-
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used"
720+
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used."
721721
}
722722
]
723723
}
@@ -965,7 +965,7 @@
965965
"$stashID"
966966
],
967967
"additionalProperties": false,
968-
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used"
968+
"description": "A single reference to a [stash](/api-reference/v2/stashing) whose data should be used."
969969
}
970970
]
971971
}

0 commit comments

Comments
 (0)