@@ -1686,6 +1686,33 @@ components:
16861686 oneOf :
16871687 - $ref : ' #/components/schemas/User'
16881688 type : object
1689+ IncidentResponseMeta :
1690+ description : The metadata object containing pagination metadata.
1691+ properties :
1692+ pagination :
1693+ $ref : ' #/components/schemas/IncidentResponseMetaPagination'
1694+ readOnly : true
1695+ type : object
1696+ IncidentResponseMetaPagination :
1697+ description : Pagination properties.
1698+ properties :
1699+ next_offset :
1700+ description : The index of the first element in the next page of results.
1701+ Equal to page size added to the current offset.
1702+ example : 1000
1703+ format : int64
1704+ type : integer
1705+ offset :
1706+ description : The index of the first element in the results.
1707+ example : 10
1708+ format : int64
1709+ type : integer
1710+ size :
1711+ description : Maximum size of pages to return.
1712+ example : 1000
1713+ format : int64
1714+ type : integer
1715+ type : object
16891716 IncidentResponseRelationships :
16901717 description : The incident's relationships from a response.
16911718 properties :
@@ -1855,30 +1882,7 @@ components:
18551882 readOnly : true
18561883 type : array
18571884 meta :
1858- description : The metadata object containing pagination metadata.
1859- properties :
1860- pagination :
1861- description : Pagination properties.
1862- properties :
1863- next_offset :
1864- description : The index of the first element in the next page of
1865- results. Equal to page size added to the current offset.
1866- example : 1000
1867- format : int64
1868- type : integer
1869- offset :
1870- description : The index of the first element in the results.
1871- example : 10
1872- format : int64
1873- type : integer
1874- size :
1875- description : Maximum size of pages to return.
1876- example : 1000
1877- format : int64
1878- type : integer
1879- type : object
1880- readOnly : true
1881- type : object
1885+ $ref : ' #/components/schemas/IncidentResponseMeta'
18821886 required :
18831887 - data
18841888 type : object
@@ -2036,30 +2040,7 @@ components:
20362040 readOnly : true
20372041 type : array
20382042 meta :
2039- description : The metadata object containing pagination metadata.
2040- properties :
2041- pagination :
2042- description : Pagination properties.
2043- properties :
2044- next_offset :
2045- description : The index of the first element in the next page of
2046- results. Equal to page size added to the current offset.
2047- example : 1000
2048- format : int64
2049- type : integer
2050- offset :
2051- description : The index of the first element in the results.
2052- example : 10
2053- format : int64
2054- type : integer
2055- size :
2056- description : Maximum size of pages to return.
2057- example : 1000
2058- format : int64
2059- type : integer
2060- type : object
2061- readOnly : true
2062- type : object
2043+ $ref : ' #/components/schemas/IncidentResponseMeta'
20632044 required :
20642045 - data
20652046 type : object
@@ -2305,30 +2286,7 @@ components:
23052286 readOnly : true
23062287 type : array
23072288 meta :
2308- description : The metadata object containing pagination metadata.
2309- properties :
2310- pagination :
2311- description : Pagination properties.
2312- properties :
2313- next_offset :
2314- description : The index of the first element in the next page of
2315- results. Equal to page size added to the current offset.
2316- example : 1000
2317- format : int64
2318- type : integer
2319- offset :
2320- description : The index of the first element in the results.
2321- example : 10
2322- format : int64
2323- type : integer
2324- size :
2325- description : Maximum size of pages to return.
2326- example : 1000
2327- format : int64
2328- type : integer
2329- type : object
2330- readOnly : true
2331- type : object
2289+ $ref : ' #/components/schemas/IncidentResponseMeta'
23322290 required :
23332291 - data
23342292 type : object
0 commit comments