{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/labguru/main/json-schema/addExperiment.json", "title": "addExperiment", "allOf": [ { "$ref": "#/components/schemas/ExperimentBaseRequest" }, { "type": "object", "properties": { "item": { "type": "object", "required": [ "title", "project_id", "milestone_id" ] } } } ] }