Types

Permit

Example

{
  "type": "Permit",
  "name": "DRE Number",
  "issuedBy": {
    "type": "State",
    "name": "California"
  },
  "issuedThrough": {
    "type": "Service",
    "name": "Department of Real Estate"
  },
  "validIn": {},
  "validFrom": "2019-08-24T14:15:22Z",
  "validUntil": "2019-08-24T14:15:22Z"
}

Schema

NameTypeDescription
(root)objectA permit issued by an organization to an individual or business.
typestringallowed ("Permit") Permit type.
namestringCommon or display value of the Permit.
issuedByobjectThe issuing authority
issuedThroughobjectthe service through which the permit was granted
validInobject-
validFromstringstart date format (date-time)
validUntilstringend date format (date-time)
Previous
OrganizationRole