(s)
| 37552 | return u.memoizedCreateXMLExample(o, i, a) |
| 37553 | }, |
| 37554 | get_sample_schema = |
| 37555 | (s) => |
| 37556 | (o, i = '', a = {}, u = void 0) => { |
| 37557 | const { fn: _ } = s() |
| 37558 | return ( |
| 37559 | 'function' == typeof o?.toJS && (o = o.toJS()), |
| 37560 | 'function' == typeof u?.toJS && (u = u.toJS()), |
| 37561 | /xml/.test(i) |
| 37562 | ? _.getXmlSampleSchema(o, a, u) |
| 37563 | : /(yaml|yml)/.test(i) |
| 37564 | ? _.getYamlSampleSchema(o, a, i, u) |
| 37565 | : _.getJsonSampleSchema(o, a, i, u) |
| 37566 | ) |
| 37567 | }, |
| 37568 | json_schema_5_samples = ({ getSystem: s }) => { |
| 37569 | const o = get_json_sample_schema(s), |
no test coverage detected