{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Che Argentina Travel Article Corpus", "description": "Structured article corpus from Che Argentina Travel.", "type": "object", "additionalProperties": true, "properties": { "record_id": { "type": "string" }, "record_type": { "type": "string" }, "id": { "type": "string" }, "dataset": { "type": "string" }, "source": { "type": [ "string", "null" ] }, "source_site": { "type": [ "string", "null" ] }, "source_url": { "type": [ "string", "null" ] }, "lang": { "type": [ "string", "null" ] }, "language": { "type": [ "string", "null" ] }, "title": { "type": "string" }, "text": { "type": "string" }, "domain": { "type": [ "string", "null" ] }, "content_hash": { "type": [ "string", "null" ] }, "license": { "type": [ "string", "null" ] } }, "required": [ "record_id", "record_type", "title", "text" ] }