Wikisource · Schema

list

Open DataOpen KnowledgeLiteratureHistorical DocumentsPublic DomainTranscriptionPrimary SourcesNon-ProfitOpen Source

Properties

Name Type Description
name string
description string
View JSON Schema on GitHub

JSON Schema

list_write.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://en.wikisource.org/api/rest_v1/schemas/list_write",
  "title": "list",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "example": "Planets"
    },
    "description": {
      "type": "string",
      "example": "Planets of the Solar System"
    }
  },
  "required": [
    "name"
  ]
}