aaa_per_page

Number of items per page.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-aaa-per-page-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/aaa_per_page",
  "title": "aaa_per_page",
  "default": 25,
  "description": "Number of items per page.",
  "maximum": 1000,
  "minimum": 5,
  "type": "number"
}