2024-02-28 10:33:22 +08:00
|
|
|
objects_setting:
|
2024-03-13 12:38:21 +08:00
|
|
|
description:
|
|
|
|
en: "This is a description for objects setting"
|
2024-02-28 10:33:22 +08:00
|
|
|
type: objects
|
|
|
|
default:
|
|
|
|
- name: "section 1"
|
|
|
|
links:
|
|
|
|
- name: "link 1"
|
|
|
|
url: "http://example.com"
|
|
|
|
- name: "link 2"
|
|
|
|
url: "http://example.com"
|
|
|
|
- name: "section 2"
|
|
|
|
links:
|
|
|
|
- name: "link 3"
|
|
|
|
url: "http://example.com"
|
|
|
|
- name: "link 4"
|
|
|
|
url: "http://example.com"
|
|
|
|
schema:
|
|
|
|
name: sections
|
|
|
|
properties:
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
links:
|
|
|
|
type: objects
|
|
|
|
schema:
|
|
|
|
name: link
|
|
|
|
properties:
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
required: true
|
|
|
|
validations:
|
|
|
|
max_length: 20
|
|
|
|
url:
|
|
|
|
type: string
|