University of Washington · JSON Structure

University Of Washington Photo Structure

JSON Structure for a University of Washington IdCard Web Service (IdCardWS) v1 photo object.

Type: object Properties: 11 Required: 1
EducationHigher EducationUniversityResearchUnited StatesStudent InformationIdentityLibraryOpen Data

Photo is a JSON Structure definition published by University of Washington, describing 11 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nameAndRegID fullName regId fileExtension height totalCount format small medium large customHeight

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.com/university-of-washington/json-structure/photo.json",
  "name": "Photo",
  "type": "object",
  "description": "JSON Structure for a University of Washington IdCard Web Service (IdCardWS) v1 photo object.",
  "properties": {
    "nameAndRegID": { "type": "string" },
    "fullName": { "type": "string" },
    "regId": { "type": "string" },
    "fileExtension": { "type": "string" },
    "height": { "type": "int32" },
    "totalCount": { "type": "int32" },
    "format": { "type": "string" },
    "small": { "type": "object", "properties": { "Href": { "type": "string" } } },
    "medium": { "type": "object", "properties": { "Href": { "type": "string" } } },
    "large": { "type": "object", "properties": { "Href": { "type": "string" } } },
    "customHeight": { "type": "object", "properties": { "Href": { "type": "string" } } }
  },
  "required": [ "regId" ]
}