{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Entity_FVO", "title": "Entity_FVO", "type": "object", "description": "Base entity schema for use in TMForum Open-APIs. Property.", "allOf": [ { "$ref": "#/components/schemas/Extensible_FVO" }, { "$ref": "#/components/schemas/Addressable_FVO" } ] }