Schema file

Schema Properties

Property Type Required Description
dataGeneratorName string No Name of the person responsible for generating the PCF data
dataGeneratorEmail string No Email address of the person responsible for generating the PCF data
dataEntryName string No Name of the person responsible for entering the PCF data into the system
dataEntryEmail string No Email address of the person responsible for entering the PCF data into the system
dataReviewerName string No Name of the person responsible for reviewing the PCF data
dataReviewerEmail string No Email address of the person responsible for reviewing the PCF data

Example Usage

{
  "specVersion": "3.0.0",
  "dataSchema": "https://your-domain.com/extensions/dataResponsibility/2025-07.01/schema.json",
  "documentation":"https://your-domain.com/extensions/dataResponsibility/2025-07.01",
  "data": {
    "dataGeneratorName": "Dr. Sarah Johnson",
    "dataGeneratorEmail": "s.johnson@sustainablecorp.com",
    "dataEntryName": "Michael Chen",
    "dataEntryEmail": "m.chen@sustainablecorp.com",
    "dataReviewerName": "Prof. Elena Rodriguez",
    "dataReviewerEmail": "e.rodriguez@university.edu"
  }
}