Just use $ref. Providing that your variant schema is defined under the node definitions in the same file, it would be like this:
"variant": {"$ref": "#/definitions/variant"}
Just use $ref. Providing that your variant schema is defined under the node definitions in the same file, it would be like this:
"variant": {"$ref": "#/definitions/variant"}