API Reference > presentation-common > Content > CompressedDescriptorJSON CompressedDescriptorJSON Type alias Serialized Descriptor JSON representation. CompressedDescriptorJSON = Omit<DescriptorJSON, "selectClasses" | "fields"> & { classesMap: { T }, fields: FieldJSON<string>[], selectClasses: SelectClassInfoJSON<string>[] } Defined in presentation/common/src/presentation-common/content/Descriptor.ts Line 168 Last Updated: 11 June, 2024