|
1766 | 1766 | }, |
1767 | 1767 | "summary": { "$ref": "#/components/schemas/SummaryGetCampaign" }, |
1768 | 1768 | "geometry": { |
1769 | | - "anyOf": [ |
1770 | | - { |
1771 | | - "oneOf": [ |
1772 | | - { "$ref": "#/components/schemas/Point" }, |
1773 | | - { "$ref": "#/components/schemas/MultiPoint" }, |
1774 | | - { "$ref": "#/components/schemas/LineString" }, |
1775 | | - { "$ref": "#/components/schemas/MultiLineString" }, |
1776 | | - { "$ref": "#/components/schemas/Polygon" }, |
1777 | | - { "$ref": "#/components/schemas/MultiPolygon" }, |
1778 | | - { "$ref": "#/components/schemas/GeometryCollection" } |
1779 | | - ], |
1780 | | - "discriminator": { |
1781 | | - "propertyName": "type", |
1782 | | - "mapping": { |
1783 | | - "GeometryCollection": "#/components/schemas/GeometryCollection", |
1784 | | - "LineString": "#/components/schemas/LineString", |
1785 | | - "MultiLineString": "#/components/schemas/MultiLineString", |
1786 | | - "MultiPoint": "#/components/schemas/MultiPoint", |
1787 | | - "MultiPolygon": "#/components/schemas/MultiPolygon", |
1788 | | - "Point": "#/components/schemas/Point", |
1789 | | - "Polygon": "#/components/schemas/Polygon" |
1790 | | - } |
1791 | | - } |
1792 | | - }, |
1793 | | - { "type": "null" } |
1794 | | - ], |
| 1769 | + "type": "object", |
1795 | 1770 | "title": "Geometry" |
1796 | 1771 | }, |
1797 | 1772 | "stations": { |
|
1874 | 1849 | "title": "Start Date" |
1875 | 1850 | }, |
1876 | 1851 | "geometry": { |
1877 | | - "anyOf": [ |
1878 | | - { |
1879 | | - "oneOf": [ |
1880 | | - { "$ref": "#/components/schemas/Point" }, |
1881 | | - { "$ref": "#/components/schemas/MultiPoint" }, |
1882 | | - { "$ref": "#/components/schemas/LineString" }, |
1883 | | - { "$ref": "#/components/schemas/MultiLineString" }, |
1884 | | - { "$ref": "#/components/schemas/Polygon" }, |
1885 | | - { "$ref": "#/components/schemas/MultiPolygon" }, |
1886 | | - { "$ref": "#/components/schemas/GeometryCollection" } |
1887 | | - ], |
1888 | | - "discriminator": { |
1889 | | - "propertyName": "type", |
1890 | | - "mapping": { |
1891 | | - "GeometryCollection": "#/components/schemas/GeometryCollection", |
1892 | | - "LineString": "#/components/schemas/LineString", |
1893 | | - "MultiLineString": "#/components/schemas/MultiLineString", |
1894 | | - "MultiPoint": "#/components/schemas/MultiPoint", |
1895 | | - "MultiPolygon": "#/components/schemas/MultiPolygon", |
1896 | | - "Point": "#/components/schemas/Point", |
1897 | | - "Polygon": "#/components/schemas/Polygon" |
1898 | | - } |
1899 | | - } |
1900 | | - }, |
1901 | | - { "type": "null" } |
1902 | | - ], |
| 1852 | + "type": "object", |
1903 | 1853 | "title": "Geometry" |
1904 | 1854 | }, |
1905 | 1855 | "sensors": { |
|
2020 | 1970 | }, |
2021 | 1971 | "summary": { "$ref": "#/components/schemas/SummaryListCampaigns" }, |
2022 | 1972 | "geometry": { |
2023 | | - "anyOf": [ |
2024 | | - { |
2025 | | - "oneOf": [ |
2026 | | - { "$ref": "#/components/schemas/Point" }, |
2027 | | - { "$ref": "#/components/schemas/MultiPoint" }, |
2028 | | - { "$ref": "#/components/schemas/LineString" }, |
2029 | | - { "$ref": "#/components/schemas/MultiLineString" }, |
2030 | | - { "$ref": "#/components/schemas/Polygon" }, |
2031 | | - { "$ref": "#/components/schemas/MultiPolygon" }, |
2032 | | - { "$ref": "#/components/schemas/GeometryCollection" } |
2033 | | - ], |
2034 | | - "discriminator": { |
2035 | | - "propertyName": "type", |
2036 | | - "mapping": { |
2037 | | - "GeometryCollection": "#/components/schemas/GeometryCollection", |
2038 | | - "LineString": "#/components/schemas/LineString", |
2039 | | - "MultiLineString": "#/components/schemas/MultiLineString", |
2040 | | - "MultiPoint": "#/components/schemas/MultiPoint", |
2041 | | - "MultiPolygon": "#/components/schemas/MultiPolygon", |
2042 | | - "Point": "#/components/schemas/Point", |
2043 | | - "Polygon": "#/components/schemas/Polygon" |
2044 | | - } |
2045 | | - } |
2046 | | - }, |
2047 | | - { "type": "null" } |
2048 | | - ], |
| 1973 | + "type": "object", |
2049 | 1974 | "title": "Geometry" |
2050 | 1975 | } |
2051 | 1976 | }, |
|
2980 | 2905 | "title": "Start Date" |
2981 | 2906 | }, |
2982 | 2907 | "geometry": { |
2983 | | - "anyOf": [ |
2984 | | - { |
2985 | | - "oneOf": [ |
2986 | | - { "$ref": "#/components/schemas/Point" }, |
2987 | | - { "$ref": "#/components/schemas/MultiPoint" }, |
2988 | | - { "$ref": "#/components/schemas/LineString" }, |
2989 | | - { "$ref": "#/components/schemas/MultiLineString" }, |
2990 | | - { "$ref": "#/components/schemas/Polygon" }, |
2991 | | - { "$ref": "#/components/schemas/MultiPolygon" }, |
2992 | | - { "$ref": "#/components/schemas/GeometryCollection" } |
2993 | | - ], |
2994 | | - "discriminator": { |
2995 | | - "propertyName": "type", |
2996 | | - "mapping": { |
2997 | | - "GeometryCollection": "#/components/schemas/GeometryCollection", |
2998 | | - "LineString": "#/components/schemas/LineString", |
2999 | | - "MultiLineString": "#/components/schemas/MultiLineString", |
3000 | | - "MultiPoint": "#/components/schemas/MultiPoint", |
3001 | | - "MultiPolygon": "#/components/schemas/MultiPolygon", |
3002 | | - "Point": "#/components/schemas/Point", |
3003 | | - "Polygon": "#/components/schemas/Polygon" |
3004 | | - } |
3005 | | - } |
3006 | | - }, |
3007 | | - { "type": "null" } |
3008 | | - ], |
| 2908 | + "type": "object", |
3009 | 2909 | "title": "Geometry" |
3010 | 2910 | }, |
3011 | 2911 | "sensor_count": { "type": "integer", "title": "Sensor Count" }, |
|
3100 | 3000 | "title": "Start Date" |
3101 | 3001 | }, |
3102 | 3002 | "geometry": { |
3103 | | - "anyOf": [ |
3104 | | - { |
3105 | | - "oneOf": [ |
3106 | | - { "$ref": "#/components/schemas/Point" }, |
3107 | | - { "$ref": "#/components/schemas/MultiPoint" }, |
3108 | | - { "$ref": "#/components/schemas/LineString" }, |
3109 | | - { "$ref": "#/components/schemas/MultiLineString" }, |
3110 | | - { "$ref": "#/components/schemas/Polygon" }, |
3111 | | - { "$ref": "#/components/schemas/MultiPolygon" }, |
3112 | | - { "$ref": "#/components/schemas/GeometryCollection" } |
3113 | | - ], |
3114 | | - "discriminator": { |
3115 | | - "propertyName": "type", |
3116 | | - "mapping": { |
3117 | | - "GeometryCollection": "#/components/schemas/GeometryCollection", |
3118 | | - "LineString": "#/components/schemas/LineString", |
3119 | | - "MultiLineString": "#/components/schemas/MultiLineString", |
3120 | | - "MultiPoint": "#/components/schemas/MultiPoint", |
3121 | | - "MultiPolygon": "#/components/schemas/MultiPolygon", |
3122 | | - "Point": "#/components/schemas/Point", |
3123 | | - "Polygon": "#/components/schemas/Polygon" |
3124 | | - } |
3125 | | - } |
3126 | | - }, |
3127 | | - { "type": "null" } |
3128 | | - ], |
| 3003 | + "type": "object", |
3129 | 3004 | "title": "Geometry" |
3130 | 3005 | }, |
3131 | 3006 | "sensors": { |
|
0 commit comments