Added contact object
This commit is contained in:
7
dfc.yaml
7
dfc.yaml
@@ -3,7 +3,12 @@ openapi: 3.0.1
|
|||||||
info:
|
info:
|
||||||
title: DFC Sample API
|
title: DFC Sample API
|
||||||
version: v1.12.1
|
version: v1.12.1
|
||||||
contact: [ hello@datafoodconsortium.org ]
|
contact:
|
||||||
|
{
|
||||||
|
"name": "DFC General Contact" ,
|
||||||
|
"url": "https://www.datafoodconsortium.org/" ,
|
||||||
|
"email": "hello@datafoodconsortium.org"
|
||||||
|
}
|
||||||
description: |
|
description: |
|
||||||
<p>
|
<p>
|
||||||
This API implements the Data Food Consortium (DFC) specifications.
|
This API implements the Data Food Consortium (DFC) specifications.
|
||||||
|
|||||||
Reference in New Issue
Block a user