{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "fieldsResponse",
"type": "object",
"properties": {
"data": {
"type": "array",
"description": "Array of field objects representing the data items that can be requested from the Private Markets API.\n"
}
}
}