II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-input-provider
adapters-triggers action input: provider json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-input-provider",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters-triggers action input: provider",
"name": "provider",
"valueType": "enum",
"required": "no",
"allowedValues": [
"foundry",
"google",
"anthropic",
"bedrock",
"openai"
],
"appliesTo": "github-action-input",
"description": "Model provider (foundry, google, anthropic, bedrock, openai)."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:adapters-triggers-action",
"to": "frontmatter-field:triggers-action-input-provider",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}