Skip to main content

ObjectPinsResponse Schema

undefined#/responses/object_pins

ObjectPinsResponse is the response of the GetObjectPins query.

AbstractExtensibleStatusIdentifiableCustom PropertiesAdditional PropertiesAccess RestrictionsDefined In
Can be instantiatedYesUnknown statusNoForbiddenForbiddennonecw-storage.json*

object_pins Type

object (ObjectPinsResponse)

object_pins Properties

PropertyTypeRequiredNullableDefined by
dataarrayRequiredcannot be nullcw-storage
page_infoMergedRequiredcannot be nullcw-storage

data

The list of addresses that pinned the object.

data

  • is required

  • Type: string[]

  • cannot be null

  • defined in: cw-storage

data Type

string[]

page_info

The page information.

page_info

page_info Type

merged type (Details)

all of

ObjectPinsResponse Definitions

Definitions group PageInfo

Reference this group by using

{"$ref":"undefined#/responses/object_pins/definitions/PageInfo"}
PropertyTypeRequiredNullableDefined by
end_cursorstringRequiredcannot be nullcw-storage
has_next_pagebooleanRequiredcannot be nullcw-storage
has_previous_pagebooleanRequiredcannot be nullcw-storage
start_cursorstringRequiredcannot be nullcw-storage

end_cursor

The cursor to the previous page.

end_cursor

  • is required

  • Type: string

  • cannot be null

  • defined in: cw-storage

end_cursor Type

string

has_next_page

Tells if there is a next page.

has_next_page

  • is required

  • Type: boolean

  • cannot be null

  • defined in: cw-storage

has_next_page Type

boolean

has_previous_page

Tells if there is a previous page.

has_previous_page

  • is required

  • Type: boolean

  • cannot be null

  • defined in: cw-storage

has_previous_page Type

boolean

start_cursor

The cursor to the next page.

start_cursor

  • is required

  • Type: string

  • cannot be null

  • defined in: cw-storage

start_cursor Type

string