{
"name": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"data_source_config": {
"type": "custom",
"item_schema": "{\n \"type\": \"object\",\n \"properties\": {\n \"name\": {\"type\": \"string\"},\n \"age\": {\"type\": \"integer\"}\n },\n \"required\": [\"name\", \"age\"]\n}\n",
"include_sample_schema": false
},
"testing_criteria": [
{
"type": "label_model",
"name": "string",
"model": "string",
"input": [
{
"role": "string",
"content": "string"
}
],
"labels": [
"string"
],
"passing_labels": [
"string"
]
}
]
}