Legytma Schemas

Icon Data Schema

https://legytma.com.br/schema/icon_data.schema.json

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

Icon Data Type

object (Icon Data)

Icon Data Properties

Property Type Required Nullable Defined by
codePoint Unknown Type Optional cannot be null Icon Data
fontFamily string Optional cannot be null Icon Data
fontPackage string Optional cannot be null Icon Data
matchTextDirection boolean Optional cannot be null Icon Data

codePoint

Define the representation of integer acceptable.

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

codePoint

codePoint Type

any of the folllowing: string or integer (Integer)

codePoint Default Value

The default value is:

10

codePoint Examples

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

fontFamily

fontFamily

fontFamily Type

string (Font Family)

fontPackage

fontPackage

fontPackage Type

string (Font Package)

matchTextDirection

Define the representation of boolean acceptable.

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

matchTextDirection

matchTextDirection Type

boolean (Boolean)

matchTextDirection Default Value

The default value is:

true

matchTextDirection Examples

true
false