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

io.apiman.manager.api.es.index-settings.json Maven / Gradle / Ivy

There is a newer version: 1.2.7.Final
Show newest version
{
    "mappings" : {
        "gateway" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                "modifiedBy" : { "type" : "string", "index" : "not_analyzed" },
                "gatewayType" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "download" : {
            "properties" : {
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "path" : { "type" : "string", "index" : "not_analyzed" },
                "type" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "policyDef" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "formType" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "plugin" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "groupId" : { "type" : "string", "index" : "not_analyzed" },
                "artifactId" : { "type" : "string", "index" : "not_analyzed" },
                "version" : { "type" : "string", "index" : "not_analyzed" },
                "classifier" : { "type" : "string", "index" : "not_analyzed" },
                "type" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "role" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "user" : {
            "properties" : {
                "fullName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "username" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "roleMembership" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "roleId" : { "type" : "string", "index" : "not_analyzed" },
                "userId" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "organization" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                "modifiedBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "auditEntry" : {
            "properties" : {
                "id" : { "type" : "long", "index" : "not_analyzed" },
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "entityType" : { "type" : "string", "index" : "not_analyzed" },
                "entityId" : { "type" : "string", "index" : "not_analyzed" },
                "entityVersion" : { "type" : "string", "index" : "not_analyzed" },
                "who" : { "type" : "string", "index" : "not_analyzed" },
                "what" : { "type" : "string", "index" : "not_analyzed" },
                "data" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "plan" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "planVersion" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "planId" : { "type" : "string", "index" : "not_analyzed" },
                "planName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "status" : { "type" : "string", "index" : "not_analyzed" },
                "version" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                "modifiedBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "planPolicies" : {
            "properties" : {
                "policies" : {
                    "properties" : {
                        "name" : { "type" : "string", "index" : "not_analyzed" },
                        "configuration" : { "type" : "string", "index" : "not_analyzed" },
                        "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                        "modifiedBy" : { "type" : "string", "index" : "not_analyzed" },
                        "definitionId" : { "type" : "string", "index" : "not_analyzed" }
                    }
                },
                "type" : { "type" : "string", "index" : "not_analyzed" },
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "entityId" : { "type" : "string", "index" : "not_analyzed" },
                "entityVersion" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "api" : {
            "properties" : {
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "apiVersion" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "apiId" : { "type" : "string", "index" : "not_analyzed" },
                "apiName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "version" : { "type" : "string", "index" : "not_analyzed" },
                "status" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                "modifiedBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "apiPolicies" : {
            "properties" : {
                "policies" : {
                    "properties" : {
                        "name" : { "type" : "string", "index" : "not_analyzed" },
                        "configuration" : { "type" : "string", "index" : "not_analyzed" },
                        "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                        "modifiedBy" : { "type" : "string", "index" : "not_analyzed" },
                        "definitionId" : { "type" : "string", "index" : "not_analyzed" }
                    }
                },
                "type" : { "type" : "string", "index" : "not_analyzed" },
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "entityId" : { "type" : "string", "index" : "not_analyzed" },
                "entityVersion" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "client" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "id" : { "type" : "string", "index" : "not_analyzed" },
                "name" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "clientVersion" : {
            "properties" : {
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "organizationName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "clientId" : { "type" : "string", "index" : "not_analyzed" },
                "clientName" : {
                    "type" : "string",
                    "fields" : { "raw" : { "type" : "string", "index" : "not_analyzed" } }
                },
                "version" : { "type" : "string", "index" : "not_analyzed" },
                "apikey" : { "type" : "string", "index" : "not_analyzed" },
                "status" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                "modifiedBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "clientPolicies" : {
            "properties" : {
                "policies" : {
                    "properties" : {
                        "name" : { "type" : "string", "index" : "not_analyzed" },
                        "configuration" : { "type" : "string", "index" : "not_analyzed" },
                        "createdBy" : { "type" : "string", "index" : "not_analyzed" },
                        "modifiedBy" : { "type" : "string", "index" : "not_analyzed" },
                        "definitionId" : { "type" : "string", "index" : "not_analyzed" }
                    }
                },
                "type" : { "type" : "string", "index" : "not_analyzed" },
                "organizationId" : { "type" : "string", "index" : "not_analyzed" },
                "entityId" : { "type" : "string", "index" : "not_analyzed" },
                "entityVersion" : { "type" : "string", "index" : "not_analyzed" }
            }
        },
        "contract" : {
            "properties" : {
                "id" : { "type" : "long" },
                "clientOrganizationId" : { "type" : "string", "index" : "not_analyzed" },
                "clientId" : { "type" : "string", "index" : "not_analyzed" },
                "clientVersion" : { "type" : "string", "index" : "not_analyzed" },
                "apiOrganizationId" : { "type" : "string", "index" : "not_analyzed" },
                "apiId" : { "type" : "string", "index" : "not_analyzed" },
                "apiVersion" : { "type" : "string", "index" : "not_analyzed" },
                "planId" : { "type" : "string", "index" : "not_analyzed" },
                "planVersion" : { "type" : "string", "index" : "not_analyzed" },
                "createdBy" : { "type" : "string", "index" : "not_analyzed" }
            }
        }
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy