add pharmacy info

This commit is contained in:
Rayhan Ardiansyah
2026-03-02 12:31:03 +07:00
parent 57083ad9fe
commit 8df10aa2e3
5 changed files with 682 additions and 2 deletions

View File

@ -272,6 +272,17 @@ const doc = {
$strength: 'Strength value (number, minimum 0)',
$active: 'Active status (boolean)'
},
pharmacy_info: {
$logo: 'Logo (string, max 256)',
$name: 'Name (string, max 256)',
$address: 'Address (string, max 500)',
$munisipiu: 'Munisipiu ID (UUID)',
$postu_admin: 'Postu Admin ID (UUID)',
$suco: 'Suco ID (UUID)',
$aldeia: 'Aldeia ID (UUID)',
$phone: 'Phone (string, max 30, optional)',
$default_room_id: 'Default Room ID (UUID)'
}
},
parameters: {