{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/parea/main/json-schema/AddExperimentTraceLogsToAnnotationQueuesSchema.json", "title": "AddExperimentTraceLogsToAnnotationQueuesSchema", "description": "Schema for AddExperimentTraceLogsToAnnotationQueuesSchema", "properties": { "experiment_uuid": { "type": "string", "title": "Experiment Uuid" }, "annotation_queue_uuids": { "items": { "type": "string" }, "type": "array", "title": "Annotation Queue Uuids" } }, "type": "object", "required": [ "experiment_uuid", "annotation_queue_uuids" ] }