Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2022 Changes in this version + type JApiCore struct + func NewJApiCore(file *fs.File) *JApiCore + func (core *JApiCore) BuildResourceMethodsPathVariables() *jerr.JAPIError + func (core *JApiCore) Catalog() *catalog.Catalog + func (core *JApiCore) CheckRawPathVariableSchemas() *jerr.JAPIError + func (core *JApiCore) ExpandRawPathVariableShortcuts() *jerr.JAPIError + func (core *JApiCore) HasUnclosedExplicitContext() bool + func (core *JApiCore) ProcessAllOf() *jerr.JAPIError + func (core *JApiCore) ValidateJAPI() *jerr.JAPIError + type PathParameter struct + func PathParameters(path string) ([]PathParameter, error)