[
{
"sourceId": "schema-sample",
"sourceUrl": "dataset://sample",
"title": "Dataset sample rows",
"description": "Two sample actor output rows for schema inference.",
"entityName": "sample-actor",
"category": "schema",
"keywords": [
"schema"
],
"metadata": {
"sampleRows": [
{
"url": "https://example.com/a",
"status": "pass",
"score": 98,
"tags": [
"seo"
]
},
{
"url": "https://example.com/b",
"status": "warn",
"score": 62,
"tags": [
"missing-alt"
]
}
]
}
},
{
"sourceId": "schema-empty",
"sourceUrl": "dataset://empty",
"title": "Missing sample rows",
"description": "Schema request without sample rows.",
"entityName": "sample-actor",
"category": "schema",
"keywords": [],
"metadata": {}
}
]