dot-get_openapi_type: Determine the type of an OpenAPI schema object

.get_openapi_typeR Documentation

Determine the type of an OpenAPI schema object

Description

Determine the type of an OpenAPI schema object

Usage

.get_openapi_type(schema)

Arguments

schema

(list) A JSON schema object, as defined in the Schema Object, typically from openapi_spec$components$schemas or inline within the spec.

Value

(character(1)) The type string, one of "object", "array", "string", "integer", "boolean", "number", or "variant".


tibblify documentation built on May 9, 2026, 5:07 p.m.