internal.PathSchema
Home > @backstage/backend-openapi-utils > internal > PathSchema
Signature:
export type PathSchema<Doc extends RequiredDoc, Path extends DocPath<Doc>, Method extends DocPathMethod<Doc, Path>> = ParametersSchema<Doc, Path, Method, ImmutablePathObject>;
References: RequiredDoc, DocPath, DocPathMethod, ParametersSchema, ImmutablePathObject