diff --git a/doc/SpecifyingApplications/StructureOfOas/StructureOfOas.md b/doc/SpecifyingApplications/StructureOfOas/StructureOfOas.md index e3a95844..50352159 100644 --- a/doc/SpecifyingApplications/StructureOfOas/StructureOfOas.md +++ b/doc/SpecifyingApplications/StructureOfOas/StructureOfOas.md @@ -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. diff --git a/spec/ApplicationPattern.yaml b/spec/ApplicationPattern.yaml index 052df8ee..11c4a175 100644 --- a/spec/ApplicationPattern.yaml +++ b/spec/ApplicationPattern.yaml @@ -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: