<< Click to Display Table of Contents >> Navigation: Development > Project Artifacts > TypeResource |
TypeResources model the details of a structured entity. Generally used to describe the structure of complex types or wrapper entities.
{
"name" : "",
"type" : "",
"attributes" : []
}
Attribute |
Value |
Note |
name |
The name of the entity or type |
|
type |
The type of the entity |
For complex types, same as name |
attributes |
The list of attributes the type or entity has - in AttributeDescriptor format |
|