II.
FrontmatterField JSON
Structured · livefrontmatter-field:triggers-action-input-proxy-log-level
adapters-triggers action input: proxy-log-level json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "frontmatter-field:triggers-action-input-proxy-log-level",
"_kind": "FrontmatterField",
"_file": "extensions/frontmatter-fields/triggers-action-fields.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "adapters-triggers action input: proxy-log-level",
"name": "proxy-log-level",
"valueType": "enum",
"required": "no",
"defaultValue": "error",
"allowedValues": [
"error",
"warn",
"info",
"debug"
],
"appliesTo": "github-action-input",
"description": "Proxy log level (error, warn, info, debug)."
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "operational-trigger:adapters-triggers-action",
"to": "frontmatter-field:triggers-action-input-proxy-log-level",
"kind": "defines_frontmatter_field",
"attributes": {}
}
]
}