Skip to main content
POST
Lint Manifest

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip_rules
string[]

Rule codes to skip (e.g., MISSING_DESCRIPTION)

Body

multipart/form-data
manifest_file
string
required

YAML manifest file

Response

Successful Response

Response from the lint endpoint.

Example: { "valid": true, "results": [...], "summary": {"error": 0, "warning": 2, "info": 3} }

valid
boolean
required

Whether the manifest is valid (no errors, warnings OK)

results
LintResult · object[]

List of lint results

summary
Summary · object

Count of results by severity