All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elasticsearch.schema_mapping.json Maven / Gradle / Ivy

{
    "properties": {
        "subject": {
            "type": "keyword",
            "index": true
        },
        "rootNamespace": {
            "type": "keyword",
            "index": true
        },
        "namespace": {
            "type": "keyword",
            "index": true
        },
        "compatibility": {
            "type": "keyword",
            "index": true
        },
        "path": {
            "type": "keyword",
            "index": true
        },
        "metadata": {
            "type": "object",
            "properties": {
                "attribute" : {
                    "type": "object",
                    "properties": {
                        "key": {
                            "type": "keyword",
                            "index": true
                        },
                        "value": {
                            "type": "keyword",
                            "index": true
                        }
                    }
                },
                "updatedBy" : {
                    "type": "keyword",
                    "index": true
                }
            }
        },
        "property": {
            "type": "object",
            "properties": {
                "key": {
                    "type": "keyword",
                    "index": true
                },
                "value": {
                    "type": "keyword",
                    "index": true
                }
            }
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy