Function schema_retrieve

Source
pub async fn schema_retrieve(
    configuration: &Configuration,
    format: Option<&str>,
    lang: Option<&str>,
) -> Result<HashMap<String, Value>, Error<SchemaRetrieveError>>
Expand description

OpenApi3 schema for this API. Format can be selected via content negotiation. - YAML: application/vnd.oai.openapi - JSON: application/vnd.oai.openapi+json