thirdPartyFile
Last updated
type ThirdPartyFile {
requestId: String!
tool: String!
status: String!
metadata: [MetadataEntry!]
}requestId String!
Unique identifier for the file request
tool String!
Name of the tool that generated the file
status String!
File Status
metadata [MetadataEntry!]
File metadata, may contain error information in case of validation failure
path [String!]!
message String!
Last updated
