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
Some sbJson input is failing due to tests in the sbJson reader. These are the current tests. We should decide which should remain in the code.
contact.contactName missing
contact.contactType missing
contact.contactType not [ 'person' | 'organization' ]
weblink.uri missing
weblink.type missing Note: weblinks of type = 'browseImage' are placed in browseGraphic objects, all others are placed in additionalDocument.citation.onlineResource objects.
weblink.type missing Alternative: place all non-browseImage weblink types, including nil in additional documents.
The text was updated successfully, but these errors were encountered:
On Mon, Oct 2, 2017 at 10:35 AM, stansmith907 ***@***.***> wrote:
Some sbJson input is failing due to tests in the sbJson reader. These are
the current tests. We should decide which should remain in the code.
- contact.contactName missing
- contact.contactType missing
- contact.contactType not [ 'person' | 'organization' ]
- weblink.uri missing
- weblink.type missing Note: weblinks of type = 'browseImage' are
placed in browseGraphic objects, all others are placed in
additionalDocument.citation.onlineResource objects.
- weblink.type missing Alternative: place all non-browseImage weblink
types, including nil in additional documents.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#146>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AF6hLxWljmuvG4n5gvlbybKH3NAjbTt9ks5soSzwgaJpZM4PrD-6>
.
Some sbJson input is failing due to tests in the sbJson reader. These are the current tests. We should decide which should remain in the code.
The text was updated successfully, but these errors were encountered: