MCPcopy Index your code
hub / github.com/callstack/agent-device / stringArraySchema

Function stringArraySchema

src/commands/command-input.ts:107–113  ·  view source on GitHub ↗
(description?: string)

Source from the content-addressed store, hash-verified

105}
106
107function stringArraySchema(description?: string): JsonSchema {
108 return {
109 type: 'array',
110 items: { type: 'string' },
111 ...(description ? { description } : {}),
112 };
113}
114
115export function looseObjectSchema(description?: string): JsonSchema {
116 return {

Callers 1

stringArrayFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…