export interface SimpleObjectSchema extends BasicSchema { type: "object"; properties: Record<string, SimpleObjectStringSchema>; required: string[]; }