Skip to main content

Overview

This endpoint validates concept mappings between vocabularies, checking for concept validity, domain compatibility, and relationship correctness. It returns a validation score and identifies potential issues with each mapping.

Request Body

mappings
array
required
Array of concept mappings to validate (1-100 items)

Query Parameters

vocab_release
string
Specific vocabulary release version (e.g., “2025.1”)

Response

success
boolean
required
Indicates if the request was successful
data
array
required
Array of validation results matching the input order
meta
object
required
Response metadata and API information

Validation Scoring

The validation score starts at 1.0 (100%) and is reduced based on issues found: A mapping is considered valid when validation_score >= 0.50.