{
  "$schema": "http://json-schema.org/draft-04/schema#",
  "title": "Identifier",
  "description": "An identifier for a user or institution.",
  "type": "string",
  "pattern": "^[a-zA-Z0-9_-]{1,86}$"
}
