{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResourceReference",
"title": "ResourceReference",
"properties": {
"description": {
"description": "The description of the resource.",
"type": "string"
},
"id": {
"description": "The unique identifier of the resource.",
"type": "string"
},
"reference": {
"description": "The reference for the resource.",
"type": "string"
}
}
}