CISCO API Ruleset
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