{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "FlowRun", "type": "object", "description": "A record of a Power Automate flow run execution.", "properties": { "name": { "type": "string", "description": "The unique identifier of the flow run." }, "id": { "type": "string", "description": "The fully qualified resource ID of the flow run." }, "type": { "type": "string", "description": "The resource type." } } }