26.01 Form Metadata Module
The Form Metadata module enhances the scene by adding descriptive data for the space, specified in the FormMetadata object.
It is RECOMMENDED to include the following data to record basic information about the space:
nameof typestringdescriptionof typestring
All other data in FormMetadata are OPTIONAL.
An example of FormMetadata can be represented as:
interface FormMetadata {
name: string // RECOMMENDED
description: string // RECOMMENDED
// ...
}