MCPcopy Create free account
hub / github.com/dataease/SQLBot / json_schema_2020_12_samples

Function json_schema_2020_12_samples

frontend/public/swagger-ui-bundle.js:75232–75258  ·  view source on GitHub ↗
({ getSystem: s })

Source from the content-addressed store, hash-verified

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]

Callers

nothing calls this directly

Calls 4

fn_get_xml_sample_schemaFunction · 0.85
fn_get_sample_schemaFunction · 0.85

Tested by

no test coverage detected