FileMetadataDocument.Spec¶
Specification of a FileMetadataDocument
data class Spec(
val templateId: String,
val version: String,
val document: JsonObject,
val changeLog: String,
)
Properties
templateId: String The ID of the `FileMetadataTemplate` that this document conforms to
String
version: String The version of the `FileMetadataTemplate` that this document conforms to
String
document: JsonObject The document which fills out the template
JsonObject
changeLog: String Reason for this change
String