thirdPartyFile

Examples

type ThirdPartyFile {
  requestId: String!
  tool: String!
  status: String!
  metadata: [MetadataEntry!]
}

Fields

Field
Description
Supported fields

requestId String!

Unique identifier for the file request

tool String!

Name of the tool that generated the file

status String!

File Status

File metadata, may contain error information in case of validation failure

path [String!]! message String!

References

Fields with this object:

Last updated