You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "The Entity object is an unordered collection of attributes, with a name and unique identifier. It serves as a base object that defines a set of attributes and default constraints available in all objects that extend it.",
"extends": "object",
"attributes": {
"name": {
"description": "The name of the entity.",
"requirement": "recommended"
},
"uid": {
"description": "The unique identifier of the entity.",