EntityRest

EntityRest
EntityRest

Entity model representing the physical data output of the assessment workflow.

JSON Example
{
    "childEntities": [
        {
            "childEntities": [
                "EntityRest Object"
            ],
            "classifications": [
                {
                    "description": "string",
                    "source": "string",
                    "type": "string",
                    "value": "string"
                }
            ],
            "description": "string",
            "id": "string",
            "name": "string",
            "properties": {},
            "sourceAddress": "string",
            "type": "string"
        }
    ],
    "classifications": [
        {
            "description": "string",
            "source": "string",
            "type": "string",
            "value": "string"
        }
    ],
    "description": "string",
    "id": "string",
    "name": "string",
    "properties": {},
    "sourceAddress": "string",
    "type": "string"
}
array of EntityRest
childEntities
Optional

Child entities of this entity

classifications
Optional

Classifications of the entity

string
description
Optional

Description of the entity

string
id
Optional

Id of the entity

string
name
Optional

Name of the entity

object
properties
Optional

Properties for this entity

string
sourceAddress
Optional

The address of the source

string
type
Optional

Type of the entity