{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ListCompetencyProfilesRequest", "properties": { "profileIds": { "type": "array", "items": { "type": "string", "format": "uuid" } } }, "type": "object" }