Values.EntityDescriptionSourceDescribes the properties of an entity.
type nonrec t = {id : Urn.t option;The entity ID.
*)arn : Arn.t option;The entity ARN.
*)type_ : EntityType.t option;The entity type.
*)createdAt : Timestamp.t option;The time at which the entity was created.
*)definition : DefinitionDocument.t option;The definition document of the entity.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Urn.t
| `Structure of
(string * [> `Enum of string | `String of DefinitionText.t ]) list
| `Timestamp of Timestamp.t ])
list ]