clearml-server/apiserver/schema/services/_common.conf

34 lines
775 B
Plaintext
Raw Normal View History

metadata {
type: array
items {
type: object
properties {
key {
type: string
description: The key uniquely identifying the metadata item inside the given entity
}
tyoe {
type: string
description: The type of the metadata item
}
value {
type: string
description: The value stored in the metadata item
}
}
}
}
2019-06-10 21:24:35 +00:00
credentials {
type: object
properties {
access_key {
type: string
description: Credentials access key
}
secret_key {
type: string
description: Credentials secret key
}
}
}