|
328 | 328 | "additionalProperties": false |
329 | 329 | } |
330 | 330 | ], |
331 | | - "description": "The type of the column" |
| 331 | + "description": "The type of the column." |
332 | 332 | } |
333 | 333 | }, |
334 | 334 | "required": [ |
|
337 | 337 | ], |
338 | 338 | "additionalProperties": false |
339 | 339 | }, |
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." |
341 | 341 | } |
342 | 342 | }, |
343 | 343 | "required": [ |
344 | 344 | "columns" |
345 | 345 | ], |
346 | 346 | "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.", |
348 | 348 | "example": { |
349 | 349 | "columns": [ |
350 | 350 | { |
|
389 | 389 | "$stashID" |
390 | 390 | ], |
391 | 391 | "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." |
393 | 393 | } |
394 | 394 | ] |
395 | 395 | } |
|
656 | 656 | "additionalProperties": false |
657 | 657 | } |
658 | 658 | ], |
659 | | - "description": "The type of the column" |
| 659 | + "description": "The type of the column." |
660 | 660 | } |
661 | 661 | }, |
662 | 662 | "required": [ |
|
665 | 665 | ], |
666 | 666 | "additionalProperties": false |
667 | 667 | }, |
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." |
669 | 669 | } |
670 | 670 | }, |
671 | 671 | "required": [ |
672 | 672 | "columns" |
673 | 673 | ], |
674 | 674 | "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.", |
676 | 676 | "example": { |
677 | 677 | "columns": [ |
678 | 678 | { |
|
717 | 717 | "$stashID" |
718 | 718 | ], |
719 | 719 | "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." |
721 | 721 | } |
722 | 722 | ] |
723 | 723 | } |
|
965 | 965 | "$stashID" |
966 | 966 | ], |
967 | 967 | "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." |
969 | 969 | } |
970 | 970 | ] |
971 | 971 | } |
|
0 commit comments