Atlassian · Schema

BlueprintTemplateArray

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
results array
start integer
limit integer
size integer
View JSON Schema on GitHub

JSON Schema

atlassian-confluence-template-blueprint-template-array-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BlueprintTemplateArray",
  "type": "object",
  "properties": {
    "results": {
      "type": "array"
    },
    "start": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "size": {
      "type": "integer"
    }
  }
}