Skip to content

HTTP message binding

Contains information about the message representation in HTTP.

Structure

copy

Examples

json
{
    "headers": {
        "type": "object",
        "properties": {
            "Content-Type": {
                "type": "string",
                "enum": [
                    "application/json"
                ]
            }
        }
    },
    "bindingVersion": "0.1.0"
}

Changelog

Good news, nothing was changed