787e399b5f2d6c19

Created Jun 12, 20265 fields1 collection using this schema

Labels

No labels yet.

Fields

NameTypeInfo
namestring
domainsarray
websitestringnull
countryIdstring
Country
stateProvincestringnull

JSON Schema

{
  "type": "object",
  "title": "University",
  "required": [
    "name",
    "countryId",
    "domains"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "Institution name"
    },
    "domains": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Web domains"
    },
    "website": {
      "type": [
        "string",
        "null"
      ],
      "description": "Primary website URL"
    },
    "countryId": {
      "type": "string",
      "x-ref-type": "Country",
      "description": "Reference to the country"
    },
    "stateProvince": {
      "type": [
        "string",
        "null"
      ],
      "description": "State or province, if available"
    }
  },
  "description": "A university or higher education institution."
}

Used by 1 collection

Full hash:787e399b5f2d6c19451622ff6f260bc8b00102fee243aecfd494b7191c8d3c5f

ID:e796d99c-8b3e-41db-aeb5-053a8a606cd6