iOS · API Governance Rules

iOS API Rules

Spectral linting rules defining API design standards and conventions for iOS.

1 Rules warn 1
View Rules File View on GitHub

Rule Categories

no

Rules

warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description

Spectral Ruleset

Raw ↑
# ios — AsyncAPI Spectral ruleset (strengthened)
# Plain Spectral. Rules measured from this provider's own AsyncAPI event
# conventions by strengthen_asyncapi.py, then self-validated against the spec.
#
# Provenance:
extends:
  - spectral:asyncapi
rules:
  no-empty-descriptions:
    description: Descriptions must not be empty strings.
    severity: warn
    given: $..description
    then:
      function: truthy