feat(contact): Improve Contact information with name, mail and URL
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matthieu 'JP' DERASSE
2022-08-27 22:00:16 +00:00
parent 05ecb05132
commit 9107f0d36e
4 changed files with 38 additions and 11 deletions

View File

@ -5,7 +5,9 @@ info:
title: "{{ .ProjectName }}"
description: "{{ .ProjectDescription }}"
contact:
email: "{{ .ProjectOwner }}"
name: "{{ .ProjectContact.Name }}"
email: "{{ .ProjectContact.Email }}"
url: "{{ .ProjectContact.URL }}"
consumes:
- "application/json"
produces: