{
"operation-name" : "add",
"description" : "This operation adds a Neo4J embedding store.",
"request-properties" : {
"bolt-url" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Bolt URL to connect to the Neo4J server.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"credential-reference" : {
"type" : {
"TYPE_MODEL_VALUE" : "OBJECT"
},
"description" : "Credential (from Credential Store) to authenticate to Neo4J.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"stability" : "default",
"value-type" : {
"store" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the credential store holding the alias to credential",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.security.credential-store",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"alias" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The alias which denotes stored secret or credential in the store",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"requires" : ["store"],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"type" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The type of credential this reference is denoting",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"clear-text" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Secret specified using clear text (check credential store way of supplying credential/secrets to services)",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
}
},
"database-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The Neo4J database name.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"dimension" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The dimension of the embedding.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"embedding-property" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the property to store the embedding.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"id-property" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional id property name.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"index-name" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional index name.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"label" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional label name.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"metadata-prefix" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional metadata prefix.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"retrieval-query" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional retrieval query.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"text-property" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The optional textProperty property name",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"username" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The username to connect to Neo4J.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}