This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Multiple examples under example #165
Comments
I'm reopening this issue as this wasn't solved correctly in #189. Examples should be listed separately, not as a string containing "or". Such a string is still just a single example. |
To clarify, it should look like this: examples:
foobar:
value:
id: foo
name: bar |
This is actually a blocker for the release - the current content is not valid and breaks the build. |
Merged
Hi guys, - name: variantType
description: |
The `variantType` is used to denote e.g. structural variants.
Examples:
* DUP: duplication of sequence following `start`; not necessarily in
situ
* DEL: deletion of sequence following `start`
Optional: either `alternateBases` or `variantType` is required.
in: query
required: false
schema:
type: string
examples:
dup:
value: DUP
summary: duplication of sequence following `start`; not necessarily in
del:
value: DEL
summary: deletion of sequence following `start` WDYT? |
@sdelatorrep +1 for keeping it in description (if this works in general). |
sdelatorrep
added a commit
to sdelatorrep/beacon-team
that referenced
this issue
Jul 30, 2018
sdelatorrep
added a commit
that referenced
this issue
Jul 30, 2018
juhtornr
added a commit
that referenced
this issue
Aug 14, 2018
Fix multiple examples under example #165
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For some properties, there are multiple examples under a single
example
field, which is misleading.examples
should be used instead.The text was updated successfully, but these errors were encountered: