{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "LocationResourceReference",
"type": "object",
"properties": {
"value": {
"type": "string",
"description": "Identifier of the Location."
},
"$ref": {
"type": "string",
"description": "The URI corresponding to a SCIM resource that is this Location."
},
"display": {
"type": "string",
"description": "A human-readable name, primarily used for display purposes."
}
}
}