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

33 lines
847 B
JSON
Raw Normal View History

{
"title": "Invalid Credential-Like Fields",
"preview": {
"type": "html",
"entry": "index.html"
},
"document": {
"format": "html_template_v1",
"templatePath": "template.html",
"generatedPreviewPath": "index.html",
"dataPath": "data.json",
"dataJson": {
"title": "Invalid Credential-Like Fields",
"account": "fixture-service"
},
"sourceJson": {
"type": "connector_tool",
"toolName": "fixture.read",
"input": {
"token": "REDACTED_FIXTURE_TOKEN",
"password": "REDACTED_FIXTURE_PASSWORD"
},
"connector": {
"connectorId": "fixture",
"accountLabel": "fixture-service",
"toolName": "fixture.read",
"approvalPolicy": "read_only_auto"
},
"refreshPermission": "none"
}
}
}