Skip to content

ComponentDictionaryLocatable

mattpolzin edited this page Jun 11, 2021 · 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.

static var openAPIComponentsKey: String 

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

openAPIComponentsKeyPath

static var openAPIComponentsKeyPath: KeyPath<OpenAPI.Components, OpenAPI.ComponentDictionary<Self>> 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally