51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20241105091001"
|
|
},
|
|
"applications": "*",
|
|
"fields": [
|
|
{
|
|
"fieldName": "chargeDate",
|
|
"fieldType": "LocalDate",
|
|
"fieldValidateRules": ["required"]
|
|
},
|
|
{
|
|
"fieldName": "type",
|
|
"fieldType": "ChargeType",
|
|
"fieldValidateRules": ["required"],
|
|
"fieldValues": "CHARGE,PAYMENT"
|
|
},
|
|
{
|
|
"fieldName": "amount",
|
|
"fieldType": "BigDecimal",
|
|
"fieldValidateRules": ["required"]
|
|
}
|
|
],
|
|
"name": "Charge",
|
|
"relationships": [
|
|
{
|
|
"otherEntityField": "id",
|
|
"otherEntityName": "event",
|
|
"relationshipName": "event",
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one"
|
|
},
|
|
{
|
|
"otherEntityField": "id",
|
|
"otherEntityName": "registration",
|
|
"relationshipName": "registration",
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one"
|
|
},
|
|
{
|
|
"otherEntityField": "login",
|
|
"otherEntityName": "user",
|
|
"relationshipName": "user",
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"relationshipWithBuiltInEntity": true
|
|
}
|
|
],
|
|
"searchEngine": "no"
|
|
}
|