Dryad · Schema

Paging Counts

Research DataOpen ScienceData RepositoryDatasetsBiologyEcologyOpen Access

Properties

Name Type Description
count integer
total integer
View JSON Schema on GitHub

JSON Schema

paging_counts.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/dryad/refs/heads/main/json-schema/paging_counts.json",
  "title": "Paging Counts",
  "properties": {
    "count": {
      "type": "integer"
    },
    "total": {
      "type": "integer"
    }
  }
}