Sha256: 062000a3c4c25b3bb14b1610c08d12424bece74b4c5a8bf4228b49184480659f

Contents?: true

Size: 1.05 KB

Versions: 8

Compression:

Stored size: 1.05 KB

Contents

{
    "Event": {
        "name": "X-Yetto-Event",
        "in": "header",
        "description": "The event from Yetto",
        "required": true,
        "schema": {
            "type": "string",
            "pattern": "^after_{create|update|destroy}$"
        }
    },
    "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

8 entries across 8 versions & 1 rubygems

Version Path
hephaestus-0.3.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.2.3 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.2.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.1.3 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.1.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.1.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.0.2 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json
hephaestus-0.0.1 templates/lib/plug_app/schemas/api/2023-03-06/components/parameters/headers/yetto.json