schemaType = $schemaType; $def->config = $config; $def->id = $id; if ($wpContext) { $def->objectId = $wpContext['objectId'] ?? null; $def->objectType = $wpContext['objectType'] ?? null; $def->contentType = $wpContext['type'] ?? null; } return $def; } }