47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"annotations": {
|
|
"changelogDate": "20241105091003"
|
|
},
|
|
"applications": "*",
|
|
"fields": [
|
|
{
|
|
"fieldName": "dateTime",
|
|
"fieldType": "ZonedDateTime",
|
|
"fieldValidateRules": ["required"]
|
|
},
|
|
{
|
|
"fieldName": "active",
|
|
"fieldType": "Boolean",
|
|
"fieldValidateRules": ["required"]
|
|
},
|
|
{
|
|
"fieldName": "playerName",
|
|
"fieldType": "String"
|
|
},
|
|
{
|
|
"fieldName": "comment",
|
|
"fieldType": "TextBlob"
|
|
}
|
|
],
|
|
"name": "Registration",
|
|
"relationships": [
|
|
{
|
|
"otherEntityField": "login",
|
|
"otherEntityName": "user",
|
|
"relationshipName": "user",
|
|
"relationshipSide": "left",
|
|
"relationshipType": "many-to-one",
|
|
"relationshipWithBuiltInEntity": true
|
|
},
|
|
{
|
|
"otherEntityField": "name",
|
|
"otherEntityName": "event",
|
|
"otherEntityRelationshipName": "registrations",
|
|
"relationshipName": "event",
|
|
"relationshipSide": "right",
|
|
"relationshipType": "many-to-one"
|
|
}
|
|
],
|
|
"searchEngine": "no"
|
|
}
|