Liking cljdoc? Tell your friends :D
Clojure only.

s-exp.legba.overlay

Provides overlay manipulation utilities for OpenAPI schemas, enabling dynamic updates or removals on schema documents using OpenAPI Overlay instructions. https://spec.openapis.org/overlay/latest.html

Provides overlay manipulation utilities for OpenAPI schemas, enabling dynamic
  updates or removals on schema documents using OpenAPI Overlay instructions.
https://spec.openapis.org/overlay/latest.html  
raw docstring

applyclj

(apply openapi-string overlay-string)

Apply overlay actions (update/remove) to the given OpenAPI schema string.

Parameters:

  • openapi-string: String, JSON representation of the OpenAPI schema
  • overlay-string: String, JSON representation of the overlay instructions

Returns the OpenAPI schema with all overlay actions applied as String

Apply overlay actions (update/remove) to the given OpenAPI schema string.

Parameters:
- openapi-string: String, JSON representation of the OpenAPI schema
- overlay-string: String, JSON representation of the overlay instructions

Returns the OpenAPI schema with all overlay actions applied as String
raw docstring

confclj

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close