Skip to content

ComponentDictionaryLocatable

mattpolzin edited this page Oct 1, 2020 · 3 revisions

ComponentDictionaryLocatable

Anything conforming to ComponentDictionaryLocatable knows where to find resources of its type in the Components Dictionary.

public protocol ComponentDictionaryLocatable

Requirements

openAPIComponentsKey

The JSON Reference path of this type.

var openAPIComponentsKey: String

This can be used to create a JSON path like #/name1/name2/name3

openAPIComponentsKeyPath

var openAPIComponentsKeyPath: KeyPath<OpenAPI.Components, OpenAPI.ComponentDictionary<Self>>
Types
Protocols
Global Functions
Extensions

Clone this wiki locally