Embeddable

QName: f:embeddable

This feature indicates that a node's payload and attachments should support automatic property and attachment embedding for vectorized search.

By default, all n:node instances have the f:embeddable disabled.

Configuration

This feature does not require configuration.

Behavior Example

{
    "title": "Handout",
    "type": "object",
    "properties": {
        "title": {
            "type": "string"
        },
        "pdf": {
            "type": "object",
            "_attachment": {
                "id": "default"
            }
        }
    },
    "mandatoryFeatures": {
        "f:embeddable": {
            "enabled": true
        }
    }
}