You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mostly everything here is optional. A version from a UUID will be generated for you if you don't specify one, title will be the name of your service if you don't specify one.
144
152
153
+
#### termsOfService
154
+
155
+
Must be in the format of a url if included.
156
+
157
+
#### Contact
158
+
159
+
You can provide an optional contact object such as:
160
+
161
+
```yml
162
+
custom:
163
+
documentation:
164
+
contact:
165
+
name: John
166
+
url: https://example.com
167
+
email: John@example.com
168
+
```
169
+
170
+
These fields are optional, though `url` and `email` need to be in the format of an email address (ed: what that might be, i'm not 100% sure... go read the email RFC(s)) and a url.
171
+
172
+
#### License
173
+
174
+
You can provide an optional license object such as:
0 commit comments