interface PathsObject
implements ISpecificationExtension
import { type PathsObject } from "https://deno.land/x/alosaur@v0.31.0/openapi/builder/openapi-models.ts";
Rename it to Paths Object to be consistent with the spec See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md#pathsObject
Index Signatures
path: string]: PathItemObject | any
[