mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
1 line
953 B
JSON
1 line
953 B
JSON
{"group":"eolinker.com","project":"apinto","name":"http-mocking","version":"innert","render":{"type":"object","eo:type":"object","properties":{"content_type":{"type":"string","eo:type":"string","enum":["application/json"],"label":"响应 Content-Type"},"response_example":{"type":"string","eo:type":"string","description":"与Json Schema字段二选一","format":"text","label":"响应Body"},"response_header":{"type":"object","eo:type":"map","additionalProperties":{"type":"string","eo:type":"string"},"label":"响应头"},"response_schema":{"type":"string","eo:type":"string","description":"Mock生成的Json Schema语法数据,与响应Body字段二选一","format":"text","label":"Json Schema"},"response_status":{"type":"integer","eo:type":"integer","description":"仅http路由有效","format":"int32","default":200,"label":"响应状态码"}},"ui:sort":["response_status","content_type","response_example","response_schema","response_header"]}} |