APIv1.ModelLinkResource interface
ModelLinks tie two distinct Models together to represent some type of shared functionality.
For example, you might create a link between a model representing a physical t-shirt, and a model representing a t-shirt in Roblox to allow users to reproject Designs between the two.
Or, as a manufacturer you might upgrade your t-shirt pattern over time, so to prevent existing Designs from breaking, you create a ModelLink between the two to facilitate a transfer to the new Model.
Models also provide varying capabilities (AOP, DTG, various export types, etc.). You may want to link two Models together to effectively expand the capabilities you have access to when designing on a Model.
This interface was referenced by V1's JSON-Schema via the definition "ModelLinkResource".
Signature:
export interface ModelLinkResource
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Date |
when the resource was created | ||
|
string |
the resource id | ||
|
ModelLinkIdentity | null |
(Optional) | ||
|
(Optional) | |||
|
(Optional) | |||
|
Date |
when the resource was updated | ||
|
string |
the resource uri |