Profiler.TypeObject
Describes a type collected during runtime.
{
"id": "TypeObject",
"type": "object",
"description": "Describes a type collected during runtime.",
"properties": [
{
"name": "name",
"type": "string",
"description": "Name of a type collected with type profiling."
}
],
"experimental": true
}