FileMetadataDocument.Spec

API: Experimental/Beta

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
version: String The version of the `FileMetadataTemplate` that this document conforms to
document: JsonObject The document which fills out the template
changeLog: String Reason for this change