Outline · Schema

CollectionStatus

Knowledge BaseWikiDocumentsCollaborationOpen SourceTeam
View JSON Schema on GitHub

JSON Schema

collectionstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CollectionStatus",
  "type": "string",
  "enum": [
    "archived"
  ]
}