mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
* Removed headers key on folderRootSchema as it seems unlikely that headers are actually required here * Removed launch.json * Added back package-locks * reverted package-lock * removed only the .required
This commit is contained in:
parent
f1e0b112ae
commit
e5425299a2
@ -233,7 +233,7 @@ const requestSchema = Yup.object({
|
||||
|
||||
const folderRootSchema = Yup.object({
|
||||
request: Yup.object({
|
||||
headers: Yup.array().of(keyValueSchema).required('headers are required'),
|
||||
headers: Yup.array().of(keyValueSchema),
|
||||
auth: authSchema,
|
||||
script: Yup.object({
|
||||
req: Yup.string().nullable(),
|
||||
|
Loading…
Reference in New Issue
Block a user