Wikisource · Schema

result

Open DataOpen KnowledgeLiteratureHistorical DocumentsPublic DomainTranscriptionPrimary SourcesNon-ProfitOpen Source

Properties

Name Type Description
itemType string
title string
url string
View JSON Schema on GitHub

JSON Schema

result.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://en.wikisource.org/api/rest_v1/schemas/result",
  "title": "result",
  "required": [
    "title",
    "url",
    "itemType"
  ],
  "type": "object",
  "properties": {
    "itemType": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}