Google Meet · API Governance Rules
Google Meet API Rules
Spectral linting rules defining API design standards and conventions for Google Meet.
18 Rules
error 11
warn 5
info 2
Rule Categories
deprecated
info
no
operation
operationid
paths
query
response
schema
servers
tags
Rules
error
info-title-required
$.info
error
info-description-required
$.info
error
info-version-required
$.info
error
servers-defined
$
error
servers-https-only
$.servers[*].url
error
paths-no-trailing-slash
$.paths
error
operation-description-required
$.paths[*][get,post,put,patch,delete]
error
operation-operationid-required
$.paths[*][get,post,put,patch,delete]
error
operation-operationid-unique
$
info
tags-title-case
$.tags[*].name
error
response-success-required
$.paths[*][get,post,put,patch,delete].responses
warn
deprecated-description
Deprecated operations should explain the deprecation.
$.paths[*][get,post,put,patch,delete][?(@.deprecated==true)]
error
no-empty-descriptions
$..description
warn
servers-expected-domain
Server URLs should be on the googleapis.com domain.
$.servers[*].url
warn
query-params-casing
Query parameters should be camelCase (the dominant convention in this API).
$.paths[*][get,post,put,patch,delete].parameters[?(@.in=='query')]
warn
operationid-casing
Operation IDs should be camelCase (the dominant convention in this API).
$.paths[*][get,post,put,patch,delete].operationId
warn
schema-names-casing
Component schema names should be PascalCase (the dominant convention in this API).
$.components.schemas
info
schema-properties-casing
Schema properties should be camelCase (the dominant convention in this API).
$.components.schemas[*].properties