Skip to content

Analyze manifest quality

POST
/manifests/analyze
curl --request POST \
--url https://shoehorn.example.com/api/v1/manifests/analyze \
--header 'Content-Type: application/json' \
--data '{ "content": "example", "format": "shoehorn" }'

Returns quality score and improvement suggestions.

Media type application/json
object
content
required

YAML manifest content

string
format
string
default: shoehorn
Allowed values: shoehorn backstage

Quality analysis