{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "http://smart.who.int/trust/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": {
    "1": {
      "type": "string",
      "description": "alg(1)"
    },
    "4": {
      "type": "string",
      "description": "keyid (4)"
    }
  },
  "required": [],
  "fhir:logicalModel": "http://smart.who.int/trust/StructureDefinition/COSEHeader",
  "fhir:parent": "http://hl7.org/fhir/StructureDefinition/Base"
}