File tree Expand file tree Collapse file tree 1 file changed +54
-8
lines changed Expand file tree Collapse file tree 1 file changed +54
-8
lines changed Original file line number Diff line number Diff line change 5934
5934
" metadata" ,
5935
5935
" url"
5936
5936
],
5937
- "title" : " JobMetadata"
5937
+ "title" : " JobMetadata" ,
5938
+ "example" : {
5939
+ "job_id" : " 3497e4de-0e69-41fb-b08f-7f3875a1ac4b" ,
5940
+ "metadata" : {
5941
+ "bool" : " true" ,
5942
+ "float" : " 3.14" ,
5943
+ "int" : " 42" ,
5944
+ "str" : " hej med dig"
5945
+ },
5946
+ "url" : " https://f02b2452-1dd8-4882-b673-af06373b41b3.fake"
5947
+ }
5938
5948
},
5939
5949
"JobMetadataUpdate" : {
5940
5950
"properties" : {
5961
5971
}
5962
5972
},
5963
5973
"type" : " object" ,
5964
- "title" : " JobMetadataUpdate"
5974
+ "title" : " JobMetadataUpdate" ,
5975
+ "example" : {
5976
+ "metadata" : {
5977
+ "bool" : " true" ,
5978
+ "float" : " 3.14" ,
5979
+ "int" : " 42" ,
5980
+ "str" : " hej med dig"
5981
+ }
5982
+ }
5965
5983
},
5966
5984
"JobOutputs" : {
5967
5985
"properties" : {
6244
6262
"title" : " Items"
6245
6263
},
6246
6264
"total" : {
6247
- "type" : " integer" ,
6248
- "minimum" : 0 ,
6265
+ "anyOf" : [
6266
+ {
6267
+ "type" : " integer" ,
6268
+ "minimum" : 0
6269
+ },
6270
+ {
6271
+ "type" : " null"
6272
+ }
6273
+ ],
6249
6274
"title" : " Total"
6250
6275
}
6251
6276
},
6265
6290
"title" : " Items"
6266
6291
},
6267
6292
"total" : {
6268
- "type" : " integer" ,
6269
- "minimum" : 0 ,
6293
+ "anyOf" : [
6294
+ {
6295
+ "type" : " integer" ,
6296
+ "minimum" : 0
6297
+ },
6298
+ {
6299
+ "type" : " null"
6300
+ }
6301
+ ],
6270
6302
"title" : " Total"
6271
6303
}
6272
6304
},
6808
6840
"title" : " Uid"
6809
6841
},
6810
6842
"title" : {
6811
- "type" : " string" ,
6843
+ "anyOf" : [
6844
+ {
6845
+ "type" : " string"
6846
+ },
6847
+ {
6848
+ "type" : " null"
6849
+ }
6850
+ ],
6812
6851
"title" : " Title"
6813
6852
},
6814
6853
"description" : {
6815
- "type" : " string" ,
6854
+ "anyOf" : [
6855
+ {
6856
+ "type" : " string"
6857
+ },
6858
+ {
6859
+ "type" : " null"
6860
+ }
6861
+ ],
6816
6862
"title" : " Description"
6817
6863
}
6818
6864
},
You can’t perform that action at this time.
0 commit comments