interface SchemaRoot { /** maybe label */ label?: string; /** maybe flag */ flag: boolean | undefined; }