{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ResourceRef", "title": "ResourceRef", "type": "object", "properties": { "uuid": { "type": "string", "format": "uuid" }, "fq_name": { "type": "array", "items": { "type": "string" } }, "href": { "type": "string", "format": "uri" } } }