CCH Tagetik · API Governance Rules
CCH Tagetik API Rules
Spectral linting rules defining API design standards and conventions for CCH Tagetik.
7 Rules
error 2
warn 4
info 1
Rule Categories
tagetik
Rules
error
tagetik-odata-servers-defined
CCH Tagetik OData API must define servers with environment variables
$.servers
warn
tagetik-odata-operations-have-descriptions
All OData operations should have descriptions
$.paths[*][get,post,put,patch,delete]
info
tagetik-odata-query-params-documented
OData query parameters ($filter, $select, etc.) should be documented
$.paths[*].get.parameters
warn
tagetik-auth-both-methods-documented
Both Basic and OAuth2 authentication must be documented
$.components.securitySchemes
warn
tagetik-odata-response-uses-value-array
OData collection responses must include a value array
$.components.schemas.ODataResponse.properties
warn
tagetik-schemas-have-descriptions
All schema components should have descriptions
$.components.schemas[*]
error
tagetik-amount-fields-are-numbers
Financial amount fields must be numeric type
$.components.schemas[*].properties[Amount,AmountLC]