{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Addressable_FVO", "title": "Addressable_FVO", "type": "object", "description": "Base schema for adressable entities", "properties": { "id": { "type": "string", "description": "unique identifier" } } }