Postman Generator Attributes 0.0.1-chuck3

Specification contains various ApiBuilder attributes, which are recognized by Postman Collection Generator

  • Contact: N/A
  • License: N/A

Resources

No resources

Headers

No headers

Imports

https://app.apibuilder.io/apicollective/apibuilder-spec/latest/service.json

Enums

attribute_name

Name Value Description
postman-basic-auth postman-basic-auth
object-reference object-reference
organization-setup organization-setup

Interfaces

No interfaces

Models

basic_auth

Example Json: Minimal | Full

Interfaces: None

Field Type Required? Default Description
username string Yes -

Specifies the username to be used in Postman Collection auth definition. It may be also a variable reference.

password string Yes -

Specified the password to be used in Postman Collection auth definition. It may be also a variable reference. Leave this string empty, when only a username is needed.

model_reference

Example Json: Minimal | Full

Interfaces: None

Field Type Required? Default Description
related_service_namespace string Yes -

ApiBuilder service's namespace, in which a target operation is specified.

resource_type string Yes -

Resource type, that holds a referenced operation.

operation_method io.apibuilder.spec.v0.enums.method:0.15.90 Yes -

Referenced operation method.

identifier_field string Yes -

A field name. When the referenced operation is called, identifier_field is used to extract the corresponding field from the response JSON.

path_reference

Example Json: Minimal | Full

Interfaces: None

Field Type Required? Default Description
related_service_namespace string Yes -

ApiBuilder service's namespace, in which a target operation is specified.

resource_type string Yes -

Resource type, that holds a referenced operation.

operation_method io.apibuilder.spec.v0.enums.method:0.15.90 Yes -

Referenced operation method.

identifier_field string Yes -

A field name. When the referenced operation is called, identifier_field is used to extract the corresponding field from the response JSON.

path string No -

Path from resource

Unions

No unions

Annotations

No annotations