14 lines
410 B
JSON
14 lines
410 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:EmployerAggregateRating",
|
|
"title": "EmployerAggregateRating",
|
|
"description": "An aggregate rating of an Organization related to its role as an employer.",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The average rating based on multiple ratings or reviews.",
|
|
"$ref": "schema:AggregateRating"
|
|
}
|
|
]
|
|
}
|