Wikimedia · Schema

referenceneed

Schema for referenceneed from the Wikimedia Enterprise API

WikipediaWikimediaEncyclopediaOpen KnowledgeContentSearchReference

Properties

Name Type Description
reference_need_score number
View JSON Schema on GitHub

JSON Schema

referenceneed.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wikimedia/refs/heads/main/json-schema/referenceneed.json",
  "title": "referenceneed",
  "description": "Schema for referenceneed from the Wikimedia Enterprise API",
  "properties": {
    "reference_need_score": {
      "type": "number"
    }
  },
  "type": "object"
}