({ getSystem: s })
| 75230 | : _.jsonSchema202012.getJsonSampleSchema(o, a, i, u) |
| 75231 | ) |
| 75232 | }, |
| 75233 | json_schema_2020_12_samples = ({ getSystem: s }) => { |
| 75234 | const o = fn_get_json_sample_schema(s), |
| 75235 | i = fn_get_yaml_sample_schema(s), |
| 75236 | a = fn_get_xml_sample_schema(s), |
| 75237 | u = fn_get_sample_schema(s) |
| 75238 | return { |
| 75239 | fn: { |
| 75240 | jsonSchema202012: { |
| 75241 | sampleFromSchema: main_sampleFromSchema, |
| 75242 | sampleFromSchemaGeneric: main_sampleFromSchemaGeneric, |
| 75243 | sampleOptionAPI: api_optionAPI, |
| 75244 | sampleEncoderAPI: ST, |
| 75245 | sampleFormatAPI: hT, |
| 75246 | sampleMediaTypeAPI: CT, |
| 75247 | createXMLExample: main_createXMLExample, |
| 75248 | memoizedSampleFromSchema: RT, |
| 75249 | memoizedCreateXMLExample: MT, |
| 75250 | getJsonSampleSchema: o, |
| 75251 | getYamlSampleSchema: i, |
| 75252 | getXmlSampleSchema: a, |
| 75253 | getSampleSchema: u, |
| 75254 | mergeJsonSchema: NT, |
| 75255 | foldType, |
| 75256 | }, |
| 75257 | }, |
| 75258 | } |
| 75259 | } |
| 75260 | function PresetApis() { |
| 75261 | return [base, oas3, json_schema_2020_12, json_schema_2020_12_samples, oas31] |
nothing calls this directly
no test coverage detected