Function print_nanny_client::apis::schema_api::schema_retrieve[][src]

pub async fn schema_retrieve(
    configuration: &Configuration,
    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