addedInput schema / properties / auth
Added value: +{
+ "anyOf": [
+ {
+ "additionalProperties": false,
+ "properties": {
+ "apikey": {
+ "description": "The API key's authentication information.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "asap": {
+ "description": "The attributes for ASAP authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "awsv4": {
+ "description": "The attributes for AWS Signature authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "basic": {
+ "description": "The attributes for Basic Auth.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "bearer": {
+ "description": "The attributes for Bearer Token authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "digest": {
+ "description": "The attributes for Digest access authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "edgegrid": {
+ "description": "The attributes for Akamai Edgegrid authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "hawk": {
+ "description": "The attributes for Hawk authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "jwt": {
+ "description": "The attributes for JWT authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "ntlm": {
+ "description": "The attributes for NTLM authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "oauth1": {
+ "description": "The attributes for OAuth1 authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "oauth2": {
+ "description": "The attributes for OAuth2 authentication.",
+ "items": {
+ "additionalProperties": false,
+ "description": "Information about the supported Postman [authorization type](https://learning.postman.com/docs/sending-requests/authorization/authorization-types/).",
+ "properties": {
+ "key": {
+ "description": "The auth method's key value.",
+ "type": "string"
+ },
+ "type": {
+ "description": "The value's type.",
+ "enum": [
+ "string",
+ "boolean",
+ "number",
+ "array",
+ "object",
+ "any"
+ ],
+ "type": "string"
+ },
+ "value": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "items": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "type": "array"
+ }
+ ],
+ "description": "The key's value."
+ }
+ },
+ "required": [
+ "key"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "type": {
+ "description": "The authorization type.",
+ "enum": [
+ "basic",
+ "bearer",
+ "apikey",
+ "digest",
+ "oauth1",
+ "oauth2",
+ "hawk",
+ "awsv4",
+ "ntlm",
+ "edgegrid",
+ "jwt",
+ "asap",
+ "noauth"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "The request's authentication information."
+}