Vapi Metadata Metamodel UserDefinedType

Vapi Metadata Metamodel UserDefinedType
Vapi Metadata Metamodel UserDefinedType

The Vapi Metadata Metamodel UserDefinedType schema contains the metamodel type information of a typed element whose type is a user defined named type.

JSON Example
{
    "resource_type": "string",
    "resource_id": "string"
}
string
resource_type
Required

Category of the user defined named type. The named type could be a structure element or an enumeration element.

When clients pass a value of this schema as a parameter, the property must be one of com.vmware.vapi.structure or com.vmware.vapi.enumeration. When operations return a value of this schema as a response, the property will be one of com.vmware.vapi.structure or com.vmware.vapi.enumeration.

string
resource_id
Required

Identifier of the user defined named type.

When clients pass a value of this schema as a parameter, the property must be an identifier for one of these resource types: com.vmware.vapi.structure or com.vmware.vapi.enumeration. When operations return a value of this schema as a response, the property will be an identifier for one of these resource types: com.vmware.vapi.structure or com.vmware.vapi.enumeration.