Legytma Schemas

Opacity Schema

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

Created by Windol [email protected] at 12/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 opacity.schema.json

Opacity Type

object (Opacity)

all of

Opacity Properties

Property Type Required Nullable Defined by
type string Optional cannot be null Opacity
opacity Merged Required cannot be null Opacity
alwaysIncludeSemantics boolean Optional cannot be null Opacity
child object Optional cannot be null Opacity

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:

"Opacity"

opacity

Define the representation of double acceptable.

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

opacity

opacity Type

merged type (Double)

one (and only one) of

opacity Constraints

maximum: the value of this number must smaller than or equal to: 1

minimum: the value of this number must greater than or equal to: 0

opacity Default Value

The default value is:

1

alwaysIncludeSemantics

Define the representation of boolean acceptable.

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

alwaysIncludeSemantics

alwaysIncludeSemantics Type

boolean (Boolean)

alwaysIncludeSemantics Default Value

The default value is:

true

alwaysIncludeSemantics Examples

true
false

child

Schema to validation of JSON used to parse Widget.

You can add all valid properties to complete validation.

child

child Type

object (Widget)