Commit Graph

11 Commits

Author SHA1 Message Date
3da419fed5 feat(vet_app): add x-autocomplete annotations to schema fields
- Add x-autocomplete annotations to all qualifying string fields:
  - token: Pet.name, Parent.name, Vet.name, Vet.specialty, Treatment.label, Procedure.name
  - text: Treatment.description, Appointment.notes, Procedure.description
  - email: Parent.email, Vet.email
  - phone: Parent.phone, Vet.phone
2026-07-13 03:22:12 +05:30
a417563ab5 readme and order fixes 2026-07-13 01:36:35 +05:30
1940e33bc7 nested schema fixes 2026-07-12 23:53:42 +05:30
5da0a688a8 allOf and oneOf 2026-07-12 01:19:03 +05:30
f1a7a556fd sse sub resource 2026-07-12 00:51:23 +05:30
4a7a76e330 sse events schema for /calls 2026-06-18 01:52:55 +05:30
083fb6923d sse events sample 2026-06-18 01:21:40 +05:30
69b795f9ca moved procedures field from treatment to appointment and updated schema 2026-06-17 01:25:19 +05:30
61de233745 nested inline schemas 2026-06-17 01:01:35 +05:30
1e1d7fcde9 read spec from backend api 2026-06-16 17:58:04 +05:30
eb845c5bf4 vet app 2026-06-16 12:26:47 +05:30