Skip to content

Commit 43b200b

Browse files
author
slebras
committed
changing sample_ontology_link required fields
1 parent f565981 commit 43b200b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/collections/samples/sample_ontology_link.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ type: edge
33
schema:
44
"$schema": http://json-schema.org/draft-07/schema#
55
type: object
6-
required: [from, to, created, expired, sample_metadata_term]
6+
required: [_from, _to, created, expired, sample_metadata_term]
77
description: minimum necessary terms for sample -> ontology edge link.
88
properties:
99
_from:

0 commit comments

Comments
 (0)