我试图从rest代理发布json模式,但出现异常
curl-k-x post-h“content-type:application/vnd.schemaregistry.v1+json”--数据{“schema”:“{”type”:“object”,“properties”:{“firstname”:{“type”:“string”},“lastname”:{“type”:“string”},“age”:{“type”:“integer”}https://localhost:8081/subjects/schemaregistry.json-value/versions
json模式格式是否错误?请告知
错误:{“error\u code”:42201,“message”:“输入模式或其引用之一无效”}
1条答案
按热度按时间oknrviil1#
“schematype”:“json”是发布json模式所必需的