---
title: "Simple to Full JSON"
method: POST
path: "/v1/{collection}/simple-to-full-json"
---

# Simple to Full JSON

`POST /v1/{collection}/simple-to-full-json`

Transforms a simple JSON schema into a full JSON schema that can be easily loaded as a template within the Beefree SDK builder.

## Path parameters

- `collection` string, required

## Request body

- object
  - `template` object — An object field for template
    - `type` string — A string field for type
    - `rows` object[] — An array of objects for rows
      - `name` string — A string field for name
      - `columns` object[] — An array of objects for columns
        - `weight` integer — An integer field for weight
        - `modules` string[] — An array of strings for modules
    - `settings` object — An object field for settings
      - `linkColor` string — A string field for linkColor
      - `background-color` string — A string field for background-color
      - `contentAreaBackgroundColor` string — A string field for contentAreaBackgroundColor
      - `width` integer — An integer field for width
    - `metadata` object — An object field for metadata
      - `lang` string — A string field for lang
      - `title` string — A string field for title
      - `description` string — A string field for description
      - `subject` string — A string field for subject
      - `preheader` string — A string field for preheader

## Response `200`

Successful response

- object

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/beefree/apis/transform-html-into-an-image.md) · [All operations](https://skmtc.dev/beefree/apis/transform-html-into-an-image/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beefree/transform-html-into-an-image/revisions/c4c9e473b3ac/schema)
