Legytma Schemas

Expanded Schema

https://legytma.com.br/schema/widget/expanded.schema.json

Created by Windol [email protected] at 06/05/2020. Copyright (c) 2020 Legytma Soluções Inteligentes (https://legytma.com.br). All rights reserved.

Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Allowed none expanded.schema.json

Expanded Type

object (Expanded)

all of

Expanded Properties

Property Type Required Nullable Defined by
type string Optional cannot be null Expanded
child object Optional cannot be null Expanded
flex Unknown Type Optional cannot be null Expanded

type

Identify the widget type

Used to identify parser. Every parser can permit only one type

type

type Type

string (Type)

type Constraints

constant: the value of this property must be equal to:

"Expanded"

child

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

child

child Type

object (Widget)

flex

Define the representation of integer acceptable.

Used to identify parser. Every parser can permit only one type

flex

flex Type

any of the folllowing: string or integer (Integer)

flex Default Value

The default value is:

10

flex Examples

"123"
"#32"
"0b111001"
"$23"
"0x162"
123