action gov_get_action_resource_show { label: "Get metadata for a specific resource" description: "Return the metadata of a resource" provider: gov method: GET path: "/action/resource_show" encoding: json input: { type: "object" properties: { id: { type: "string" } include_tracking: { type: "boolean" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }