OpenAPI Best Practices

info-contact

general > info-contact


Guidance / Message

Include contact information of the person responsible for maintaining this API, so they
can answer any questions.

Examples

valid

openapi: "3.0.0"
info:
  title: example API
  version: "1.0.0"
  contact:
    url: https://example.com
    name: example
    email: example@example.com

invalid

openapi: "3.0.0"
info:
  title: example API
  version: "1.0.0"

Applies to WebAPI

Constraint

Type: Declarative Validation
TypeRuleset
OrganizationMuleSoft
Published by
MuleSoft Organization
Published onNov 29, 2023
Asset overview

Asset versions for 1.1.x

Asset versions
VersionActions
1.1.0

Tags