{
"operation-name" : "add",
"description" : "This operation adds an in memory embedding store.",
"request-properties" : {
"path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The actual filesystem path to be loaded as content of the in-memory embedding store. Treated as an absolute path, unless the 'relative-to' attribute is specified, in which case the value is treated as relative to that path.",
"expressions-allowed" : true,
"required" : true,
"nillable" : false,
"min-length" : 1,
"max-length" : 2147483647,
"filesystem-path" : true,
"stability" : "default"
},
"relative-to" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Reference to a filesystem path defined in the \"paths\" section of the server configuration.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.management.path",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}