mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
1 line
1.2 KiB
JSON
1 line
1.2 KiB
JSON
{"group":"eolinker.com","project":"apinto","name":"extra_params_v2","version":"innert","render":{"type":"object","eo:type":"object","properties":{"error_type":{"type":"string","eo:type":"string","enum":["text","json"],"label":"报错输出格式"},"params":{"type":"array","eo:type":"array","items":{"type":"object","eo:type":"object","properties":{"conflict":{"type":"string","eo:type":"string","enum":["origin","convert","error"],"label":"参数冲突时的处理方式"},"name":{"type":"string","eo:type":"string","label":"参数名"},"position":{"type":"string","eo:type":"string","enum":["header","query","body"],"label":"参数位置"},"type":{"type":"string","eo:type":"string","enum":["string","int","float","bool","$datetime","$md5","$timestamp","$concat","$hmac-sha256"],"label":"参数类型"},"value":{"type":"array","eo:type":"array","items":{"type":"string","eo:type":"string"},"label":"参数值列表"}},"ui:sort":["name","type","position","value","conflict"]},"label":"参数列表"},"request_body_type":{"type":"string","eo:type":"string","enum":["form-data","json","multipart-formdata"],"label":"请求体类型"}},"ui:sort":["params","request_body_type","error_type"]}} |