Wikipedia / MediaWiki · JSON Structure

Wikimedia Enterprise License Structure

license schema from Wikimedia Enterprise API spec

Type: object Properties: 3
Open DataPublic APIsOpen KnowledgeEncyclopediaKnowledge GraphOpen SourceNon-Profit

license is a JSON Structure definition published by Wikipedia / MediaWiki, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

identifier name url

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikipedia/refs/heads/main/json-structure/wikimedia-enterprise-license-structure.json",
  "name": "license",
  "description": "license schema from Wikimedia Enterprise API spec",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "example": "CC-BY-SA-4.0"
    },
    "name": {
      "type": "string",
      "example": "Creative Commons Attribution-ShareAlike License 4.0"
    },
    "url": {
      "type": "string",
      "example": "https://creativecommons.org/licenses/by-sa/4.0/"
    }
  }
}