OBJECT
ScdInfo
Info of an SCD file uploaded to ICP
link GraphQL Schema definition
- type ScdInfo {
- # SCD file name
- String! :
- # Id of the header as written in the scd file
- String! :
- # The name of the substation specified in the SCD file
- String! :
- # Revision of the header as written in the scd file
- String :
- # Version of the header as written in the scd file
- String :
- # SCL Version as written in the scd file
- String :
- # Time of upload of the scd file
- Time! :
- # User that uploaded the file
- String! :
- }