{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/nuix/refs/heads/main/json-schema/nuix-rest-casemetadatafield.json",
"title": "CaseMetadataField",
"description": "Schema for CaseMetadataField in Nuix REST API",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "The metadata field name"
},
"type": {
"type": "string",
"description": "The metadata field type. Will be one of:
SPECIAL: Metadata defined by the application such as GUID, Name, etc.
PROPERTY: Regular metadata which was stored within an item.
DERIVED: Metadata identifier using an arbitrary expression.
EVIDENCE: Metadata assigned at the evidence level at load time.
SCRIPTED: Metadata using an arbitrary scripted expression.
CUSTOM: User-defined custom metadata."
}
}
}