TikTok · API Governance Rules
TikTok API Rules
Spectral linting rules defining API design standards and conventions for TikTok.
6 Rules
error 2
warn 2
info 2
Rule Categories
tiktok
Rules
warn
tiktok-operation-id-camel-case
Operation IDs must use camelCase
$.paths[*][*].operationId
error
tiktok-versioned-paths
All paths must include an API version prefix
$.paths
error
tiktok-operation-summary
All operations must have a summary
$.paths[*][*]
warn
tiktok-operation-tags
All operations must have tags
$.paths[*][*]
info
tiktok-business-api-code-field
Business API responses should include a code field
$.paths[*][*].responses.200.content.application/json.schema.properties
info
tiktok-advertiser-id-required
Business API operations should document advertiser_id parameter
$.paths[*][get].parameters[*]