OptionalconsistencyOptional array of consistency checks that will be run on documents of this type
The content that will be used when user creates new document of this type.
OptionaldeserializationOptional function that will be called to convert the string back to the document contents. Defaults to JSON.parse
OptionalreadableHuman readable name for the document type. This will be shown in error logs related to this document type and in the UI. If it is not present, defaults to CustomBlobDocumentRegistrationOptions.type
OptionalserializationOptional function that will be called to convert the document contents to a string. Defaults to JSON.stringify
New document type being registered used to identify the custom document in Studio Pro.
Must be unique. It is of the form
Properties of a new custom blob document type