From a0b5c190c1f81bd2f30b2009ce832524f4429811 Mon Sep 17 00:00:00 2001 From: Arpit Jain Date: Wed, 17 Jun 2026 04:13:04 +0900 Subject: [PATCH] Add missing openfda classification fields Signed-off-by: Arpit Jain --- schemas/deviceclass_schema.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/schemas/deviceclass_schema.json b/schemas/deviceclass_schema.json index 792eca3..b825b93 100644 --- a/schemas/deviceclass_schema.json +++ b/schemas/deviceclass_schema.json @@ -33,6 +33,18 @@ }, "type": "array" }, + "k_number": { + "items": { + "type": "string" + }, + "type": "array" + }, + "pma_number": { + "items": { + "type": "string" + }, + "type": "array" + }, "registration_number": { "items": { "type": "string"