diff --git a/Installation/Schema/kiss.medewerker.schema.json b/Installation/Schema/kiss.medewerker.schema.json index 3255abd..0bbc063 100644 --- a/Installation/Schema/kiss.medewerker.schema.json +++ b/Installation/Schema/kiss.medewerker.schema.json @@ -1,9 +1,10 @@ { "$id": "https://kissdevelopment.commonground.nu/kiss.medewerker.schema.json", "$schema": "https://docs.commongateway.nl/schemas/Entity.schema.json", - "version": "0.1", + "version": "0.2", "title": "Medewerker", "type": "object", + "nameProperties": ["user"], "properties": { "user": { "type": "string", diff --git a/Installation/Schema/kiss.sdgProduct.schema.json b/Installation/Schema/kiss.sdgProduct.schema.json index 45b0f16..cadac58 100644 --- a/Installation/Schema/kiss.sdgProduct.schema.json +++ b/Installation/Schema/kiss.sdgProduct.schema.json @@ -1,9 +1,10 @@ { "$id": "https://kissdevelopment.commonground.nu/kiss.sdgProduct.schema.json", "$schema": "https://docs.commongateway.nl/schemas/Entity.schema.json", - "version": "0.2", + "version": "0.3", "title": "SDGProduct", "type": "object", + "nameProperties": ["upnLabel"], "properties": { "id": { "type": "string",