Optionaldetails{@inheritDoc utility-types/details!Details}
Optionaldescription?: stringA description of the entity.
OptionalexternalId?: stringAn identifier that can be used to link this entity to data outside of the MVF.
Optionalicon?: stringA URL to an icon for the entity.
Optionalname?: stringThe name of the entity.
OptionalshortName?: stringA short name for the entity. Usually a handful characters (eg; R303, F1, L, etc.) For display in places a full name would be too long or cumbersome.
Adds a Details object to a schema, in the standard
detailsproperty.This should be done rather than adding ANY property inside of details directly to an object.
Ie: If an extension has an object that should have a
nameproperty, addwithDetailsinstead of addingnamedirectly.Using WithDetails, all properties of the Details object are optional.
See
WithRequiredDetails for a way to add Details where some properties are required.
Interface