Atlassian · JSON Structure

Atlassian Bitbucket Repositories Paginated_Files Structure

Type: object Properties: 6
CodeCollaborationPlatformProductivitySoftware Development

paginated_files is a JSON Structure definition published by Atlassian, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

size page pagelen next previous values

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "paginated_files",
  "type": "object",
  "properties": {
    "size": {
      "type": "integer"
    },
    "page": {
      "type": "integer"
    },
    "pagelen": {
      "type": "integer"
    },
    "next": {
      "type": "string"
    },
    "previous": {
      "type": "string"
    },
    "values": {
      "type": "array"
    }
  }
}