ExtensionFaultTypeInfo
ExtensionFaultTypeInfo
This data object type describes fault types defined by the extension.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultID": "string"
}
string
faultID
Required
The ID of the fault type.
Should follow java package naming conventions for uniqueness.