-
-
Notifications
You must be signed in to change notification settings - Fork 483
Closed
Description
Hi,
If I try to validate the following schema the Paths.Validate function panics because it's accessing pathItem == nil
I used the following schema
openapi: 3.0.1
info:
title: test schema
description: test schema
termsOfService: https://www.company.com
contact:
name: info
email: [email protected]
license:
name: open-licence
url: https://www.company.com/open-licence
version: v3.1.6
servers:
- url: www.company.com
paths:
/endpoint1/:
Metadata
Metadata
Assignees
Labels
No labels