"POST" "http://my.own.swagger.com:8080/validator/debug" -d @schema.yaml
Говорит
{"code":400,"message":"Input error: unable to convert input to com.fasterxml.jackson.databind.JsonNode"}
Правильный ответ: curl -X POST --data-binary @schema.yaml -H 'Content-Type:application/yaml' http://my.own.swagger.com:8080/validator/debug
Обсуждают сегодня