Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/SpecifyingApplications/StructureOfOas/StructureOfOas.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ The version of the OpenAPI Specification shall be '3.0.0'.
#### info:
The info section shall contain the _title_ and the _version_ statements.

#### description:
A short description of the application shall be stated in the _description_ statement.

#### contact:
The contact section shall contain the _contact.name_ and _contact.email_ statements.
a
#### name:
The full name of the corresponding application owner shall be stated in the _contact.name_ statement.

#### email:
The official email address of the corresponding application owner person shall be stated in the _contact.email_ statement.

#### title:
The official name of the application shall be stated in the _title_ statement.

Expand Down
4 changes: 4 additions & 0 deletions spec/ApplicationPattern.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
openapi: 3.0.0
info:
title: ApplicationName
description: Short description of the application
contact:
name: Application Owner's name
email: xxxxxxxxxxx@telefonica.com
version: 1.0.0

x-gui-paths:
Expand Down
Loading