diff options
Diffstat (limited to 'docs/swagger.json')
| -rw-r--r-- | docs/swagger.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/swagger.json b/docs/swagger.json index e2e842f..6fe6320 100644 --- a/docs/swagger.json +++ b/docs/swagger.json | |||
| @@ -1412,6 +1412,7 @@ | |||
| 1412 | "category_id", | 1412 | "category_id", |
| 1413 | "description", | 1413 | "description", |
| 1414 | "record_date", | 1414 | "record_date", |
| 1415 | "score_count", | ||
| 1415 | "user_name" | 1416 | "user_name" |
| 1416 | ], | 1417 | ], |
| 1417 | "properties": { | 1418 | "properties": { |
| @@ -1478,6 +1479,7 @@ | |||
| 1478 | "description", | 1479 | "description", |
| 1479 | "record_date", | 1480 | "record_date", |
| 1480 | "route_id", | 1481 | "route_id", |
| 1482 | "score_count", | ||
| 1481 | "user_name" | 1483 | "user_name" |
| 1482 | ], | 1484 | ], |
| 1483 | "properties": { | 1485 | "properties": { |
| @@ -1857,6 +1859,17 @@ | |||
| 1857 | } | 1859 | } |
| 1858 | } | 1860 | } |
| 1859 | }, | 1861 | }, |
| 1862 | "models.CategoryPortal": { | ||
| 1863 | "type": "object", | ||
| 1864 | "properties": { | ||
| 1865 | "category": { | ||
| 1866 | "$ref": "#/definitions/models.Category" | ||
| 1867 | }, | ||
| 1868 | "portal_count": { | ||
| 1869 | "type": "integer" | ||
| 1870 | } | ||
| 1871 | } | ||
| 1872 | }, | ||
| 1860 | "models.Chapter": { | 1873 | "models.Chapter": { |
| 1861 | "type": "object", | 1874 | "type": "object", |
| 1862 | "properties": { | 1875 | "properties": { |
| @@ -1877,6 +1890,12 @@ | |||
| 1877 | "models.Game": { | 1890 | "models.Game": { |
| 1878 | "type": "object", | 1891 | "type": "object", |
| 1879 | "properties": { | 1892 | "properties": { |
| 1893 | "category_portals": { | ||
| 1894 | "type": "array", | ||
| 1895 | "items": { | ||
| 1896 | "$ref": "#/definitions/models.CategoryPortal" | ||
| 1897 | } | ||
| 1898 | }, | ||
| 1880 | "id": { | 1899 | "id": { |
| 1881 | "type": "integer" | 1900 | "type": "integer" |
| 1882 | }, | 1901 | }, |
| @@ -1977,6 +1996,9 @@ | |||
| 1977 | "models.MapShort": { | 1996 | "models.MapShort": { |
| 1978 | "type": "object", | 1997 | "type": "object", |
| 1979 | "properties": { | 1998 | "properties": { |
| 1999 | "difficulty": { | ||
| 2000 | "type": "integer" | ||
| 2001 | }, | ||
| 1980 | "id": { | 2002 | "id": { |
| 1981 | "type": "integer" | 2003 | "type": "integer" |
| 1982 | }, | 2004 | }, |
| @@ -1988,6 +2010,9 @@ | |||
| 1988 | }, | 2010 | }, |
| 1989 | "name": { | 2011 | "name": { |
| 1990 | "type": "string" | 2012 | "type": "string" |
| 2013 | }, | ||
| 2014 | "portal_count": { | ||
| 2015 | "type": "integer" | ||
| 1991 | } | 2016 | } |
| 1992 | } | 2017 | } |
| 1993 | }, | 2018 | }, |