Skip to content

Catalyst Signed Document spec, absent content type and content encoding #530

@Mr-Leshiy

Description

@Mr-Leshiy

Summary

signed_doc.json generated specification had a wrong definition for "Contest Delegation" document type.
The whole header section with the content type and content encoding is missing.

current signed_doc.json view

...
    "Contest Delegation": {
      "authors": {
        "Neil McAuliffe": "[email protected]"
      },
      "business_logic": {
     ...
      },
      "description": ...
      "metadata": {

expected one

...
    "Contest Delegation": {
      "authors": {
        "Neil McAuliffe": "[email protected]"
      },
      "business_logic": {
     ...
      },
      "description": ...
     "header": {
        "content type": {
             ....
            "required": "excluded",
         },
         "content encoding": {
             ....
            "required": "excluded",
         }
       }
      "metadata": {
      ...
  }

Metadata

Metadata

Labels

fyi: architectureFor information - Architecture teamsquad: gatekeepersCatalyst App Backend, System Development & Integration Team

Type

Projects

Status

🏗 In progress

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions