Files
APIPark/resources/plugin/render/eolinker_com_apinto_request_interception.json
T
2024-08-12 21:38:09 +08:00

1 line
911 B
JSON

{"group":"eolinker.com","project":"apinto","name":"request_interception","version":"innert","render":{"type":"object","eo:type":"object","properties":{"body":{"type":"string","eo:type":"string","label":"响应体"},"content_type":{"type":"string","eo:type":"string","enum":["text/plain","text/html","application/json"],"default":"application/json","label":"响应体类型"},"headers":{"type":"array","eo:type":"array","items":{"type":"object","eo:type":"object","properties":{"key":{"type":"string","eo:type":"string","label":"响应头Key"},"value":{"type":"array","eo:type":"array","items":{"type":"string","eo:type":"string"},"label":"响应头Value"}},"ui:sort":["key","value"]},"label":"响应头"},"status":{"type":"integer","eo:type":"integer","description":"最小值:100","format":"int32","default":200,"minimum":100,"label":"响应状态码"}},"ui:sort":["status","body","content_type","headers"]}}