Document
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
_doc | string | No | The primary ID | |
_system | object | No | Metadata maintained by the system |
Schema
{
"type": "object",
"description": "Document",
"properties": {
"_doc": {
"type": "string",
"description": "The primary ID"
},
"_system": {
"type": "object",
"description": "Metadata maintained by the system",
"properties": {
"modified_on": {
"type": "timestamp"
},
"modified_by": {
"type": "string"
},
"modified_by_principal_id": {
"type": "string"
},
"modified_by_principal_domain_id": {
"type": "string"
},
"created_on": {
"type": "timestamp"
},
"created_by": {
"type": "string"
},
"created_by_principal_id": {
"type": "string"
},
"created_by_principal_domain_id": {
"type": "string"
}
}
}
},
"id": "document"
}