Sha256: 54ec7b60e647b6ba907013d258b16167505731984a8cd3b0337810dff422f3ca

Contents?: true

Size: 1.04 KB

Versions: 70

Compression:

Stored size: 1.04 KB

Contents

{
    "Event": {
        "name": "X-Yetto-Event",
        "in": "header",
        "description": "The event from Yetto",
        "required": true,
        "schema": {
            "type": "string",
            "pattern": "^{created|updated|destroyed}$"
        }
    },
    "RecordType": {
        "name": "X-Yetto-RecordType",
        "in": "header",
        "description": "The record type from Yetto",
        "required": true,
        "schema": {
            "type": "string",
            "pattern": "^[a-z_]+$"
        }
    },
    "DeliveryID": {
        "name": "X-Yetto-DeliveryID",
        "in": "header",
        "description": "The delivery ID from Yetto",
        "required": true,
        "schema": {
            "type": "string",
            "pattern": "^[a-z0-9-]+$"
        }
    },
    "Signature": {
        "name": "X-Yetto-Signature",
        "in": "header",
        "description": "The signature from Yetto",
        "required": true,
        "schema": {
            "type": "string",
            "pattern": "^sha256=[a-f0-9]{64}$"
        }
    }
}

Version data entries

70 entries across 66 versions & 1 rubygems

Version Path
hephaestus-0.8.8 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7.5 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7.4 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7.3 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.7 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.6 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.5 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.4.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.4 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.3.4 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.3.3 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.3.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.3.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.3 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.8.0 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.7.7.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json