Skip to content

Commit 8025fb8

Browse files
committed
Add required fields for Contact element
@displague recently informed me that the OpenAPI3 library was not enforcing required fields for the Contact element. I fixed the library, but in testing it against our spec I found that we would not pass this additional validation. This change adds the required fields to the Contact element to allow builds to continue to pass. If the values I put here aren't ideal, let me know and I'll update them.
1 parent 6c3705e commit 8025fb8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openapi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ info:
366366

367367
contact:
368368
name: Linode
369-
url: /
369+
url: https://linode.com
370+
370371
servers:
371372
- url: https://api.linode.com/v4
372373
- url: https://api.linode.com/v4beta

0 commit comments

Comments
 (0)