github.com/snyk/vervet/v5@v5.11.1-0.20240202085829-ad4dd7fb6101/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 Snyk it's very helpful to provide this ID.
    13    schema:
    14      type: string
    15      format: uuid