properties: { connectInfo: { properties: { auth: { properties: { authority: { anyOf: { const: string; type: string; }[]; }; iatSkewSeconds: { type: string; }; mode: { const: string; type: string; }; }; required: string[]; type: string; }; contractDigest: { pattern: string; type: string; }; contractId: { minLength: number; type: string; }; deploymentId: { minLength: number; type: string; }; instanceId: { minLength: number; type: string; }; transport: { properties: { sentinel: { properties: { jwt: { type: string; }; seed: { type: string; }; }; required: string[]; type: string; }; }; required: string[]; type: string; }; transports: { properties: { native: { properties: { natsServers: { items: { minLength: number; type: string; }; minItems: number; type: string; }; }; required: string[]; type: string; }; websocket: { properties: { natsServers: { items: { minLength: number; type: string; }; minItems: number; type: string; }; }; required: string[]; type: string; }; }; type: string; }; }; required: string[]; type: string; }; status: { const: string; type: string; }; }
required: string[]
type: string