{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "OperationSummary", "description": "Provides summary information for an operation that occurred on an App Runner service.", "type": "object", "properties": { "Id": {}, "Type": {}, "Status": {}, "TargetArn": {}, "StartedAt": {}, "EndedAt": {}, "UpdatedAt": {} } }