From aed737ed331552accf98ff3395e5428af4ee72e3 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 11 Oct 2022 03:42:48 +0530 Subject: [PATCH] chore: cleanup --- packages/bruno-schema/readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/packages/bruno-schema/readme.md b/packages/bruno-schema/readme.md index 8013f76d9..f9ca363e4 100644 --- a/packages/bruno-schema/readme.md +++ b/packages/bruno-schema/readme.md @@ -13,18 +13,18 @@ The schema definition for collections | uid | Unique id | | name | The collection name | | items | The items (folders and requests) | -| - uid | A unique id | -| - name | The request name | -| - request | The request object | -| - type | The request type (http, graphql) | -| - url | The request url | -| - method | The request method | -| - headers | The request headers (array of key-val) | -| - params | The request params (array of key-val) | -| - body | The request body object | -| - mode | The request body mode ['none', 'json', 'text', 'xml', 'multipartForm', 'formUrlEncoded'] | -| - json | The json body | -| - text | The text body | -| - xml | The xml body | -| - multipartForm | The multipartForm body | -| - formUrlEncoded | The formUrlEncoded body | +| -- uid | A unique id | +| -- name | The request name | +| -- request | The request object | +| ---- type | The request type (http, graphql) | +| ---- url | The request url | +| ---- method | The request method | +| ---- headers | The request headers (array of key-val) | +| ---- params | The request params (array of key-val) | +| ---- body | The request body object | +| ------ mode | The request body mode ['none', 'json', 'text', 'xml', 'multipartForm', 'formUrlEncoded'] | +| ------ json | The json body | +| ------ text | The text body | +| ------ xml | The xml body | +| ------ multipartForm | The multipartForm body | +| ------ formUrlEncoded | The formUrlEncoded body |