(s)
| 61729 | const { param: s } = this.props |
| 61730 | return s ? `${s.get('name')}-${s.get('in')}` : null |
| 61731 | } |
| 61732 | composeJsonSchema(s) { |
| 61733 | const { fn: o } = this.props, |
| 61734 | i = s.get('oneOf')?.get(0)?.toJS(), |
| 61735 | a = s.get('anyOf')?.get(0)?.toJS() |
| 61736 | return (0, ze.fromJS)(o.mergeJsonSchema(s.toJS(), i ?? a ?? {})) |
| 61737 | } |
| 61738 | render() { |
| 61739 | let { |
no test coverage detected