753 B
753 B
Data model
This POC intentionally uses a very small anonymous registration object.
{
"id": "bb8d39a6-8fef-48af-9f9c-27a41c8f8baf",
"registered_at": "1989-04-13T15:22:00Z",
"gender": "female",
"location": "Tórshavn",
"abuse_type": "psychological",
"status": "new"
}
Notes:
idis a UUID string generated by the server.- There is no name field.
registered_atdefaults totime.Now().UTC()when omitted on create or update.- Base synthetic data uses dates from 1988 through 1991.
- Data resets to 546 base rows every 10 minutes.
locationmust be one of the fixed Faroese towns/villages ininternal/models/registration.go.PUT /api/v1/registrations/{uuid}is used for update. There is noPATCHendpoint.