MetadataMetamodelOperationResultInfo

The OperationResultInfo structure contains the metamodel information of an operation result element. An operation accepts a list of parameters and returns a result or an error. The OperationResultInfo describes the result element of an operation.


Properties

string
documentation Required

English language documentation for the operation result element. It can contain HTML markup and Javadoc tags.


metadata Required

Generic metadata elements for the service element. The key in the map is the name of the metadata element and the value is the data associated with that metadata element. The MetadataIdentifier contains possible string values for keys in the map.


type Required

Type information of the operation result element.

JSON Example

{
	"documentation": "string",
	"metadata": {
		"key": {
			"elements": {
				"key": {
					"type": "LONG"
				}
			}
		}
	},
	"type": {
		"category": "BUILTIN"
	}
}

Feedback

Was this page helpful?