{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/RequestCreate.json", "title": "RequestCreate", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/RequestWriteBase" }, { "properties": { "schemaId": { "description": "ID of the Legacy Request's schema.", "example": "assaysch_3IF58QOf", "type": "string", "writeOnly": true } }, "required": [ "schemaId", "fields", "samples", "sampleGroups", "projectId" ] } ] }