Uppsala University · Schema

UcdpApiResponse

EducationHigher EducationUniversityResearchOpen DataSweden

Properties

Name Type Description
TotalCount integernull
TotalPages integernull
PreviousPageUrl stringnull
NextPageUrl stringnull
Result arraynull
View JSON Schema on GitHub

JSON Schema

uppsala-apiresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/uppsala/main/json-schema/uppsala-apiresponse-schema.json",
  "title": "UcdpApiResponse",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "TotalCount": {
      "type": [
        "integer",
        "null"
      ]
    },
    "TotalPages": {
      "type": [
        "integer",
        "null"
      ]
    },
    "PreviousPageUrl": {
      "type": [
        "string",
        "null"
      ]
    },
    "NextPageUrl": {
      "type": [
        "string",
        "null"
      ]
    },
    "Result": {
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "object"
      }
    }
  }
}