@@ -1795,6 +1795,14 @@ Properties
1795
1795
IsInputSchema = 'false'
1796
1796
IsOutputSchema = 'false'
1797
1797
SourceURL = ''
1798
+ Property 'description' =
1799
+ Description = 'A string which describes what this image is for and hints on using it
1800
+ '
1801
+ Type = 'string'
1802
+ TypeName = 'description'
1803
+ IsInputSchema = 'false'
1804
+ IsOutputSchema = 'false'
1805
+ SourceURL = ''
1798
1806
Property 'instanceTypes' =
1799
1807
Items
1800
1808
Additional Properties = 'false'
@@ -1928,6 +1936,14 @@ Properties
1928
1936
IsInputSchema = 'false'
1929
1937
IsOutputSchema = 'false'
1930
1938
SourceURL = ''
1939
+ Property 'owner' =
1940
+ Description = 'A string which identifies the owner of this worker type
1941
+ '
1942
+ Type = 'string'
1943
+ TypeName = 'owner'
1944
+ IsInputSchema = 'false'
1945
+ IsOutputSchema = 'false'
1946
+ SourceURL = ''
1931
1947
Property 'regions' =
1932
1948
Items
1933
1949
Additional Properties = 'false'
@@ -2050,7 +2066,7 @@ Properties
2050
2066
IsInputSchema = 'false'
2051
2067
IsOutputSchema = 'false'
2052
2068
SourceURL = ''
2053
- Required = '[launchSpec userData secrets scopes maxCapacity scalingRatio minPrice maxPrice instanceTypes regions]'
2069
+ Required = '[launchSpec userData secrets scopes maxCapacity scalingRatio minPrice maxPrice instanceTypes regions description owner ]'
2054
2070
Schema = 'http://json-schema.org/draft-04/schema#'
2055
2071
Title = 'Create Worker Type Request'
2056
2072
Type = 'object'
@@ -2150,6 +2166,14 @@ Properties
2150
2166
IsInputSchema = 'false'
2151
2167
IsOutputSchema = 'false'
2152
2168
SourceURL = ''
2169
+ Property 'description' =
2170
+ Description = 'A string which describes what this image is for and hints on using it
2171
+ '
2172
+ Type = 'string'
2173
+ TypeName = 'description'
2174
+ IsInputSchema = 'false'
2175
+ IsOutputSchema = 'false'
2176
+ SourceURL = ''
2153
2177
Property 'instanceTypes' =
2154
2178
Items
2155
2179
Additional Properties = 'false'
@@ -2293,6 +2317,14 @@ Properties
2293
2317
IsInputSchema = 'false'
2294
2318
IsOutputSchema = 'false'
2295
2319
SourceURL = ''
2320
+ Property 'owner' =
2321
+ Description = 'A string which identifies the owner of this worker type
2322
+ '
2323
+ Type = 'string'
2324
+ TypeName = 'owner'
2325
+ IsInputSchema = 'false'
2326
+ IsOutputSchema = 'false'
2327
+ SourceURL = ''
2296
2328
Property 'regions' =
2297
2329
Items
2298
2330
Additional Properties = 'false'
@@ -2424,7 +2456,7 @@ Properties
2424
2456
IsInputSchema = 'false'
2425
2457
IsOutputSchema = 'false'
2426
2458
SourceURL = ''
2427
- Required = '[workerType launchSpec userData secrets scopes minCapacity maxCapacity scalingRatio minPrice maxPrice lastModified instanceTypes regions]'
2459
+ Required = '[workerType launchSpec userData secrets scopes minCapacity maxCapacity scalingRatio minPrice maxPrice lastModified instanceTypes regions description owner ]'
2428
2460
Schema = 'http://json-schema.org/draft-04/schema#'
2429
2461
Title = 'Get Worker Type Response'
2430
2462
Type = 'object'
0 commit comments