43 lines
865 B
JSON
43 lines
865 B
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20241105091002"
|
|
},
|
|
"applications": "*",
|
|
"fields": [
|
|
{
|
|
"fieldName": "name",
|
|
"fieldType": "String",
|
|
"fieldValidateRules": ["required"]
|
|
},
|
|
{
|
|
"fieldName": "date",
|
|
"fieldType": "LocalDate",
|
|
"fieldValidateRules": ["required"]
|
|
},
|
|
{
|
|
"fieldName": "playersLimit",
|
|
"fieldType": "Integer"
|
|
},
|
|
{
|
|
"fieldName": "cost",
|
|
"fieldType": "BigDecimal"
|
|
},
|
|
{
|
|
"fieldName": "comment",
|
|
"fieldType": "TextBlob"
|
|
}
|
|
],
|
|
"name": "Event",
|
|
"relationships": [
|
|
{
|
|
"otherEntityName": "registration",
|
|
"otherEntityRelationshipName": "event",
|
|
"relationshipName": "registrations",
|
|
"relationshipSide": "left",
|
|
"relationshipType": "one-to-many"
|
|
}
|
|
],
|
|
"searchEngine": "no",
|
|
"service": "serviceClass"
|
|
}
|