Schema for an operation.

interface $OperationSchema {
    input: $SchemaRef;
    name: string;
    namespace: string;
    output: $SchemaRef;
    traits: SchemaTraits;
}

Properties

input: $SchemaRef
name: string
namespace: string
output: $SchemaRef
traits: SchemaTraits