Type object[]
File match *.easyvcr **/cassettes/*.json
Schema URL https://catalog.lintel.tools/schemas/schemastore/easyvcr-net/latest.json
Source https://www.schemastore.org/easyvcr-net.json

Validate with Lintel

npx @lintel/lintel check
Type: object[]

A schema for an EasyVCR .NET recording https://github.com/EasyPost/easyvcr-csharp

Items

object
Duration integer

How long, in milliseconds, the recorded request took to complete

RecordedAt string

When the request was recorded

format=date-time
Request object

The request that was recorded

6 nested properties
Body string

The request body

BodyContentType string

The type of content in the request body

ContentHeaders object

The request content headers

Method string

The HTTP method

RequestHeaders object

The request headers

Uri string

The request URI

Response object

The response that was recorded

6 nested properties
Body string

The response body

BodyContentType string

The type of content in the response body

ContentHeaders object

The response content headers

HttpVersion string

The HTTP version

ResponseHeaders object

The response headers

Status object

The HTTP status

2 nested properties
Code integer

The HTTP status code

Message string

The HTTP status code description