StringSchema: { enum?: string[]; example?: string; format?: "binary"; id?: string; type: "string" }

Schema of a string type

Type declaration

  • Optional enum?: string[]
  • Optional example?: string
  • Optional format?: "binary"
  • Optional id?: string
  • type: "string"

Generated using TypeDoc