Schema describing the structure of a SOAP header element. The header carries optional metadata such as authentication credentials, transaction identifiers, and routing information as individual header blocks.
An array of header block entries, each representing an individual piece of metadata or processing instruction for SOAP intermediaries or the ultimate receiver.
{
"$id": "soap-header.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SOAP Header",
"description": "Schema describing the structure of a SOAP header element. The header carries optional metadata such as authentication credentials, transaction identifiers, and routing information as individual header blocks.",
"type": "object",
"properties": {
"headerBlocks": {
"type": "array",
"description": "An array of header block entries, each representing an individual piece of metadata or processing instruction for SOAP intermediaries or the ultimate receiver.",
"items": {
"$ref": "soap-header-block.json"
}
}
},
"additionalProperties": true
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.