pub async fn handle_validate(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>Expand description
POST /api/validate — validate entities against the ontology.
pub async fn handle_validate(
__arg0: State<SharedState>,
headers: HeaderMap,
body: String,
) -> Result<Response, HaystackError>POST /api/validate — validate entities against the ontology.