package normalize

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

Index

Functions

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

Source Files

normalize.go

Version
v0.23.0 (latest)
Published
Mar 9, 2024
Platform
js/wasm
Imports
5 packages
Last checked
1 day ago

Tools for package owners.