{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SrcRef", "title": "SrcRef", "type": "object", "description": "Reference to a component-local source", "properties": { "identitySelector": { "$ref": "#/components/schemas/IdentityAttribute" }, "labels": { "$ref": "#/components/schemas/Labels" } } }