github.com/w3security/vervet/v5@v5.3.1-0.20230618081846-5bd9b5d799dc/testdata/resources/schemas/headers/headers.yaml (about) 1 VersionRequestedResponseHeader: 2 description: A header containing the version of the endpoint requested by the caller. 3 schema: { $ref: "../version.yaml#/Version" } 4 5 VersionServedResponseHeader: 6 description: A header containing the version of the endpoint that was served by the API. 7 schema: { $ref: "../version.yaml#/Version" } 8 9 RequestIDResponseHeader: 10 description: > 11 A header containing a unique id used for tracking this request. If you 12 are reporting an issue to W3Security it's very helpful to provide this ID. 13 schema: 14 type: string 15 format: uuid