$schema: http://json-schema.org/draft-07/schema#
$ref: #/definitions/Linker
definitions
Linker
- Type:
object
- Properties
- app1Id
required
- Type:
string
- Type:
- app2Id
required
- Type:
string
- Type:
- app1Prop
required
- Type:
string
- Type:
- app2Prop
required
- Type:
string
- Type:
- isLinked
required
- Type:
boolean
- Type:
- app1Id
default values
{
"app1Id": "none",
"app2Id": "none",
"app1Prop": "none",
"app2Prop": "none",
"isLinked": false
}