dot-tspec_from_schema_object: Convert an object-type schema to a tibblify row spec

.tspec_from_schema_objectR Documentation

Convert an object-type schema to a tibblify row spec

Description

Convert an object-type schema to a tibblify row spec

Usage

.tspec_from_schema_object(schema, openapi_spec)

Arguments

schema

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

openapi_spec

(list) A parsed OpenAPI specification.

Value

A tspec_row() spec with fields extracted from schema properties.


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