pub.chive.defs

chive.pub

Documentation

affiliation object

Institutional affiliation with optional sub-unit hierarchy

Properties

children array of ref#affiliation Optional

Sub-units (schools, departments, labs, etc.)

maxLength: 10 items
institutionUri string at-uri Optional

AT-URI to institution or unit node in knowledge graph

name string Required

Organization or unit name

maxLength: 300 bytes
rorId string Optional

ROR identifier URL

maxLength: 100 bytes
View raw schema
{
  "type": "object",
  "required": [
    "name"
  ],
  "properties": {
    "name": {
      "type": "string",
      "maxLength": 300,
      "description": "Organization or unit name"
    },
    "rorId": {
      "type": "string",
      "maxLength": 100,
      "description": "ROR identifier URL"
    },
    "children": {
      "type": "array",
      "items": {
        "ref": "#affiliation",
        "type": "ref"
      },
      "maxLength": 10,
      "description": "Sub-units (schools, departments, labs, etc.)"
    },
    "institutionUri": {
      "type": "string",
      "format": "at-uri",
      "description": "AT-URI to institution or unit node in knowledge graph"
    }
  },
  "description": "Institutional affiliation with optional sub-unit hierarchy"
}
documentFormat string

Document format slug

Known Values (other values may be valid)
pdf docx html markdown latex jupyter odt rtf epub txt
View raw schema
{
  "type": "string",
  "description": "Document format slug",
  "knownValues": [
    "pdf",
    "docx",
    "html",
    "markdown",
    "latex",
    "jupyter",
    "odt",
    "rtf",
    "epub",
    "txt"
  ]
}
publicationStatus string

Publication status slug

Known Values (other values may be valid)
eprint preprint under_review revision_requested accepted in_press published retracted withdrawn
View raw schema
{
  "type": "string",
  "description": "Publication status slug",
  "knownValues": [
    "eprint",
    "preprint",
    "under_review",
    "revision_requested",
    "accepted",
    "in_press",
    "published",
    "retracted",
    "withdrawn"
  ]
}
supplementaryCategory string

Supplementary material category slug

Known Values (other values may be valid)
appendix figure table dataset code notebook video audio presentation protocol questionnaire other
View raw schema
{
  "type": "string",
  "description": "Supplementary material category slug",
  "knownValues": [
    "appendix",
    "figure",
    "table",
    "dataset",
    "code",
    "notebook",
    "video",
    "audio",
    "presentation",
    "protocol",
    "questionnaire",
    "other"
  ]
}

Lexicon Garden

@