{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://dpp-keystone.org/spec/validation/v2/json-schema/shared/certification.schema.json",
  "title": "Certification",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "certificationBodyName": {
      "type": "string"
    },
    "certificationBodyId": {
      "type": "string"
    },
    "certificationBodyRole": {
      "type": "string"
    },
    "certificationStartDate": {
      "type": "string",
      "format": "date"
    },
    "certificationEndDate": {
      "type": "string",
      "format": "date"
    },
    "document": {
      "$ref": "related-resource.schema.json"
    }
  }
}
