id stringclasses 10
values | title_en stringclasses 10
values | title_ru stringclasses 10
values | summary_en stringclasses 10
values | summary_ru stringclasses 10
values | schema dict | valid_fixture unknown | invalid_fixture unknown | publisher stringclasses 1
value | website stringclasses 1
value | license stringclasses 1
value | synthetic_only bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|
deliverable-manifest | Deliverable Manifest | Манифест материалов | Files, locales and immutable checksums. | Файлы, локали и неизменяемые контрольные суммы. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/deliverable-manifest.schema.json",
"title": "SHAR Production Deliverable Manifest Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"project_id": {
"type": "string",
"p... | {
"project_id": "synthetic-campaign",
"deliverables": [
{
"path": "masters/final.mov",
"locale": "en-US",
"sha256": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
}
]
} | {
"project_id": "synthetic-campaign",
"deliverables": []
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
shot-list | Shot List | Шот-лист | Structured shots, duration and capture status. | Структурированные планы, длительность и статус съёмки. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/shot-list.schema.json",
"title": "SHAR Production Shot List Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"project_id": {
"type": "string"
},
"shots": {
"ty... | {
"project_id": "synthetic-film",
"shots": [
{
"shot_id": "S001",
"duration_seconds": 4.5,
"status": "planned"
}
]
} | {
"project_id": "synthetic-film",
"shots": [
{
"shot_id": "S001",
"duration_seconds": 0,
"status": "planned"
}
]
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
privacy-safe-call-sheet | Privacy-safe Call Sheet | Call sheet без персональных данных | Role-based calls without personal names or contacts. | Вызовы по ролям без имён и личных контактов. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/privacy-safe-call-sheet.schema.json",
"title": "SHAR Production Privacy-safe Call Sheet Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"production_date": {
"type": "string... | {
"production_date": "2026-09-06",
"timezone": "Europe/Moscow",
"units": [
{
"role_ref": "role-camera-a",
"call_time": "08:30"
}
]
} | {
"production_date": "2026-09-06",
"timezone": "Europe/Moscow",
"units": [
{
"role_ref": "Alex",
"call_time": "25:00"
}
]
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
rights-window | Rights Window | Окно прав | Territory and bounded start/end timestamps. | Территория и ограниченные даты начала/окончания. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/rights-window.schema.json",
"title": "SHAR Production Rights Window Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"asset_id": {
"type": "string"
},
"territory": {... | {
"asset_id": "asset-synthetic-01",
"territory": "WORLD",
"starts_at": "2026-09-06",
"ends_at": "2027-09-06"
} | {
"asset_id": "asset-synthetic-01",
"territory": "world"
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
localization-matrix | Localization Matrix | Матрица локализации | Locales and required audio/subtitle outputs. | Локали и требуемые аудио/субтитры. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/localization-matrix.schema.json",
"title": "SHAR Production Localization Matrix Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"master_id": {
"type": "string"
},
"... | {
"master_id": "master-synthetic",
"locales": [
{
"tag": "ru-RU",
"audio": true,
"subtitles": true
}
]
} | {
"master_id": "master-synthetic",
"locales": [
{
"tag": "russian",
"audio": true,
"subtitles": true
}
]
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
approval-event-log | Approval Event Log | Журнал согласований | Timestamped stages and explicit decisions. | Этапы с timestamp и явными решениями. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/approval-event-log.schema.json",
"title": "SHAR Production Approval Event Log Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"subject_id": {
"type": "string"
},
"e... | {
"subject_id": "synthetic-master",
"events": [
{
"at": "2026-09-06T10:00:00Z",
"stage": "master",
"decision": "approved"
}
]
} | {
"subject_id": "synthetic-master",
"events": [
{
"at": "today",
"stage": "master",
"decision": "yes"
}
]
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
checksum-inventory | Checksum Inventory | Реестр контрольных сумм | SHA-256 inventory with safe relative paths. | Реестр SHA-256 с безопасными относительными путями. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/checksum-inventory.schema.json",
"title": "SHAR Production Checksum Inventory Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"algorithm": {
"const": "sha256"
},
"f... | {
"algorithm": "sha256",
"files": [
{
"path": "masters/final.mov",
"sha256": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb"
}
]
} | {
"algorithm": "md5",
"files": []
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
retention-policy | Retention Policy | Политика хранения | Asset class, retention date and terminal action. | Класс актива, дата хранения и конечное действие. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/retention-policy.schema.json",
"title": "SHAR Production Retention Policy Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"asset_class": {
"enum": [
"working",
... | {
"asset_class": "master",
"retain_until": "2031-09-06",
"terminal_action": "archive"
} | {
"asset_class": "master",
"terminal_action": "keep"
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
vendor-bid-comparison | Vendor Bid Comparison | Сравнение предложений подрядчиков | Pseudonymous bids with currency, total and scope score. | Псевдонимные предложения с валютой, суммой и scope score. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/vendor-bid-comparison.schema.json",
"title": "SHAR Production Vendor Bid Comparison Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"currency": {
"type": "string",
"p... | {
"currency": "RUB",
"bids": [
{
"vendor_ref": "vendor-alpha",
"total": 100000,
"scope_score": 82
},
{
"vendor_ref": "vendor-beta",
"total": 120000,
"scope_score": 91
}
]
} | {
"currency": "rub",
"bids": [
{
"vendor_ref": "Real Company",
"total": -1,
"scope_score": 101
}
]
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
privacy-safe-incident-log | Privacy-safe Incident Log | Журнал инцидентов без персональных данных | Operational severity and status without direct personal data. | Операционный severity/status без прямых персональных данных. | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://sharprod.com/schemas/privacy-safe-incident-log.schema.json",
"title": "SHAR Production Privacy-safe Incident Log Contract",
"type": "object",
"additionalProperties": false,
"properties": {
"incident_id": {
"type": "string... | {
"incident_id": "incident-synthetic-01",
"severity": "medium",
"occurred_at": "2026-09-06T11:00:00Z",
"status": "contained",
"personal_data_present": false
} | {
"incident_id": "incident-synthetic-01",
"severity": "urgent",
"personal_data_present": true
} | SHAR Production | https://sharprod.com/ | CC-BY-4.0 | true |
SHAR Production Data Contracts
Ten executable JSON Schema 2020-12 contracts with valid and invalid synthetic fixtures by SHAR Production — https://sharprod.com/
Dataset records and fixtures are CC BY 4.0. Source code and documentation are MIT. No client data or direct personal contacts are included. Codex assisted implementation and validation; SHAR Production is the accountable publisher.
- Downloads last month
- 36