{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RnaSequencePart.json", "title": "RnaSequencePart", "allOf": [ { "$ref": "#/components/schemas/NucleotideSequencePart" }, { "properties": { "strand": { "example": 1, "maximum": 1, "minimum": 1, "type": "integer" } }, "type": "object" } ] }