{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/base/StructureDefinition-COSEHeader.schema.json",
  "title": "COSE Headers (DRAFT)",
  "description": "Data elements for COSE Headers https://www.iana.org/assignments/cose/cose.xhtml#header-parameters",
  "type": "object",
  "properties": {
    "resourceType": {
      "type": "string",
      "const": "COSEHeader",
      "description": "Resource type identifier for COSEHeader logical model"
    },
    "1": {
      "type": "string",
      "description": "alg(1)"
    },
    "4": {
      "type": "string",
      "description": "keyid (4)"
    }
  },
  "required": [
    "resourceType"
  ],
  "resourceDefinition": "http://smart.who.int/trust/StructureDefinition/COSEHeader",
  "fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base"
}