{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ResourceCandidateRef_FVO",
"title": "ResourceCandidateRef_FVO",
"allOf": [
{
"$ref": "#/components/schemas/EntityRef_FVO"
},
{
"type": "object",
"description": "ResourceCandidate is an entity that makes a resource specification available to a catalog. A ResourceCandidate and its associated resource specification may be published - made visible - in any number of resource catalogs, or in none.",
"properties": {
"version": {
"type": "string",
"description": "the version of resource candidate"
}
}
}
],
"discriminator": {
"propertyName": "@type",
"mapping": {
"ResourceCandidateRef": "#/components/schemas/ResourceCandidateRef_FVO"
}
}
}