📄️ Overview
Add OpenAPI schema extensions to your OpenAPI document to indicate which endpoints provide functionality within. The CRUD operations and Types schema extensions are extensions of the schema objects wherever they may be defined.
📄️ x-flow-identity - API key authentication
This extension allows you to apply API key authentication using your OpenAPI document
📄️ x-flow-identity - basic authentication
This extension allows you to apply basic authentication using your OpenAPI document.
📄️ x-flow-identity - OAuth 2.0 authentication
This extension allows you to apply OAuth 2.0 authentication using your OpenAPI document.
📄️ x-flow-identity - OIDC authentication
This extension allows you to apply OpenID Connect \(OIDC\) authentication using your OpenAPI document.
📄️ x-flow-load
This extension allows you to perform load operations using your OpenAPI document.
📄️ x-flow-save
This extension allows you to perform save operations using your OpenAPI document.
📄️ x-flow-update
This extension allows you to perform update operations using your OpenAPI document.
📄️ x-flow-query
This extension allows you to perform load \(query\) operations using your OpenAPI document.
📄️ x-flow-delete
This extension allows you to perform delete operations using your OpenAPI document.
📄️ x-flow-type
This extension allows you to work with types using your OpenAPI document.