...

Package normalize

import "github.com/go-openapi/analysis/internal/flatten/normalize"
Overview
Index

Overview ▾

func Path

func Path(ref spec.Ref, basePath string) string

Path renders absolute path on remote file refs

NOTE(windows): * refs are assumed to have been normalized with drive letter lower cased (from go-openapi/spec) * "/ in paths may appear as escape sequences

func RebaseRef

func RebaseRef(baseRef string, ref string) string

RebaseRef rebases a remote ref relative to a base ref.

NOTE: does not support JSONschema ID for $ref (we assume we are working with swagger specs here).

NOTE(windows): * refs are assumed to have been normalized with drive letter lower cased (from go-openapi/spec) * "/ in paths may appear as escape sequences