{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "OrganizationPage",
"type": "object",
"description": "A paginated list of organizations.",
"properties": {
"data": {
"type": "array",
"description": "The list of organizations."
}
}
}