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