open-design/specs/2026-04-29-live-artifacts/examples/invalid-forbidden-raw-fields/artifact.json

23 lines
516 B
JSON
Raw Normal View History

{
"title": "Invalid Raw Provider Fields",
"preview": {
"type": "html",
"entry": "index.html"
},
"document": {
"format": "html_template_v1",
"templatePath": "template.html",
"generatedPreviewPath": "index.html",
"dataPath": "data.json",
"dataJson": {
"title": "Invalid Raw Provider Fields",
"rawResponse": {
"status": 200,
"payload": {
"items": ["provider envelope should not be persisted"]
}
}
}
}
}