addedInput schema / properties / collection / properties / item / items / properties / item
Added value: +{
+ "description": "A list of items contained in this folder. Use this property to create folder structures within the collection. Each item can be a request (with a 'request' property) or a nested folder (with its own 'item' property). Omit the 'request' property for folder items.",
+ "items": {
+ "additionalProperties": false,
+ "description": "A nested collection item — either a request (has 'request') or a folder (has 'item').",
+ "properties": {
+ "description": {
+ "description": "The item's description.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "The collection item's ID.",
+ "type": "string"
+ },
+ "item": {
+ "description": "Nested folder items for deeper folder structures.",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "description": "The item's description.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "The collection item's ID.",
+ "type": "string"
+ },
+ "item": {
+ "description": "Further nested folder items.",
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "request": {
+ "additionalProperties": false,
+ "properties": {
+ "method": {
+ "type": "string"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "raw": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "The item's name.",
+ "type": "string"
+ },
+ "request": {
+ "additionalProperties": false,
+ "description": "The request definition.",
+ "properties": {
+ "body": {
+ "additionalProperties": false,
+ "properties": {
+ "mode": {
+ "type": "string"
+ },
+ "raw": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "header": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "method": {
+ "enum": [
+ "GET",
+ "PUT",
+ "POST",
+ "PATCH",
+ "DELETE",
+ "COPY",
+ "HEAD",
+ "OPTIONS",
+ "LINK",
+ "UNLINK",
+ "PURGE",
+ "LOCK",
+ "UNLOCK",
+ "PROPFIND",
+ "VIEW"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "raw": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "name": {
+ "description": "The item's name.",
+ "type": "string"
+ },
+ "request": {
+ "additionalProperties": false,
+ "description": "The request definition. Include for request items, omit for folder items.",
+ "properties": {
+ "auth": {
+ "additionalProperties": false,
+ "properties": {
+ "type": {
+ "enum": [
+ "noauth",
+ "basic",
+ "bearer",
+ "apikey",
+ "digest",
+ "oauth1",
+ "oauth2",
+ "hawk",
+ "awsv4",
+ "ntlm",
+ "edgegrid"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "body": {
+ "additionalProperties": false,
+ "properties": {
+ "mode": {
+ "enum": [
+ "raw",
+ "urlencoded",
+ "formdata",
+ "file",
+ "graphql"
+ ],
+ "type": "string"
+ },
+ "options": {
+ "additionalProperties": false,
+ "properties": {
+ "raw": {
+ "additionalProperties": false,
+ "properties": {
+ "language": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "raw": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "header": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "key": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "method": {
+ "description": "The HTTP method.",
+ "enum": [
+ "GET",
+ "PUT",
+ "POST",
+ "PATCH",
+ "DELETE",
+ "COPY",
+ "HEAD",
+ "OPTIONS",
+ "LINK",
+ "UNLINK",
+ "PURGE",
+ "LOCK",
+ "UNLOCK",
+ "PROPFIND",
+ "VIEW"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "anyOf": [
+ {
+ "description": "The request's URL string.",
+ "type": "string"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "host": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "path": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "protocol": {
+ "type": "string"
+ },
+ "query": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "key": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "raw": {
+ "description": "The request's raw URL.",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}